< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jdwp/VirtualMachine/InstanceCounts/instanceCounts001/instanceCounts001.java

Print this page
*** 1,7 ***
  /*
!  * Copyright (c) 2007, 2024, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.
--- 1,7 ---
  /*
!  * Copyright (c) 2007, 2026, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.

*** 60,11 ***
   *                 - create command with refTypesCount < 0, expect ILLEGAL_ARGUMENT error
   *     Finally, debugger sends debuggee signal to quit, waits for it exits
   *     and exits too with the proper exit code.
   *
   * @requires vm.gc != "Z"
-  * @requires !vm.graal.enabled
   * @library /vmTestbase /test/hotspot/jtreg/vmTestbase
   *          /test/lib
   * @build nsk.jdwp.VirtualMachine.InstanceCounts.instanceCounts001.instanceCounts001a
   * @run main/othervm/native
   *      nsk.jdwp.VirtualMachine.InstanceCounts.instanceCounts001.instanceCounts001
--- 60,10 ---
< prev index next >