Home
last modified time | relevance | path

Searched refs:suspendPolicy (Results 76 – 100 of 1818) sorted by relevance

12345678910>>...73

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/
H A Dsuspendpolicy015.java24 package nsk.jdi.EventSet.suspendPolicy;
321 private VMDeathRequest settingVMDeathRequest( int suspendPolicy, in settingVMDeathRequest() argument
326 log2(" suspendPolicy: " + suspendPolicy + "; property: " + property); in settingVMDeathRequest()
331 vmdr.setSuspendPolicy(suspendPolicy); in settingVMDeathRequest()
343 int policy = eventSet.suspendPolicy(); in check()
H A Dsuspendpolicy016.java24 package nsk.jdi.EventSet.suspendPolicy;
320 private VMDeathRequest settingVMDeathRequest( int suspendPolicy, in settingVMDeathRequest() argument
325 log2(" suspendPolicy: " + suspendPolicy + "; property: " + property); in settingVMDeathRequest()
330 vmdr.setSuspendPolicy(suspendPolicy); in settingVMDeathRequest()
342 int policy = eventSet.suspendPolicy(); in check()
H A Dsuspendpolicy017.java24 package nsk.jdi.EventSet.suspendPolicy;
323 private VMDeathRequest settingVMDeathRequest( int suspendPolicy, in settingVMDeathRequest() argument
328 log2(" suspendPolicy: " + suspendPolicy + "; property: " + property); in settingVMDeathRequest()
333 vmdr.setSuspendPolicy(suspendPolicy); in settingVMDeathRequest()
345 int policy = eventSet.suspendPolicy(); in check()
H A Dsuspendpolicy014.java24 package nsk.jdi.EventSet.suspendPolicy;
321 private VMDeathRequest settingVMDeathRequest( int suspendPolicy, in settingVMDeathRequest() argument
326 log2(" suspendPolicy: " + suspendPolicy + "; property: " + property); in settingVMDeathRequest()
331 vmdr.setSuspendPolicy(suspendPolicy); in settingVMDeathRequest()
343 int policy = eventSet.suspendPolicy(); in check()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/
H A Dvmdeath001.java196 byte suspendPolicy = 0; in waitForTestedEvent()
198 suspendPolicy = eventPacket.getByte(); in waitForTestedEvent()
199 log.display(" suspendPolicy: " + suspendPolicy); in waitForTestedEvent()
208 if (suspendPolicy != JDWP.SuspendPolicy.NONE) { in waitForTestedEvent()
210 suspendPolicy + " (expected: " + JDWP.SuspendPolicy.NONE + ")"); in waitForTestedEvent()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/
H A Dsuspendpolicy014.java24 package nsk.jdi.EventSet.suspendPolicy;
321 private VMDeathRequest settingVMDeathRequest( int suspendPolicy, in settingVMDeathRequest() argument
326 log2(" suspendPolicy: " + suspendPolicy + "; property: " + property); in settingVMDeathRequest()
331 vmdr.setSuspendPolicy(suspendPolicy); in settingVMDeathRequest()
343 int policy = eventSet.suspendPolicy(); in check()
H A Dsuspendpolicy015.java24 package nsk.jdi.EventSet.suspendPolicy;
321 private VMDeathRequest settingVMDeathRequest( int suspendPolicy, in settingVMDeathRequest() argument
326 log2(" suspendPolicy: " + suspendPolicy + "; property: " + property); in settingVMDeathRequest()
331 vmdr.setSuspendPolicy(suspendPolicy); in settingVMDeathRequest()
343 int policy = eventSet.suspendPolicy(); in check()
H A Dsuspendpolicy017.java24 package nsk.jdi.EventSet.suspendPolicy;
323 private VMDeathRequest settingVMDeathRequest( int suspendPolicy, in settingVMDeathRequest() argument
328 log2(" suspendPolicy: " + suspendPolicy + "; property: " + property); in settingVMDeathRequest()
333 vmdr.setSuspendPolicy(suspendPolicy); in settingVMDeathRequest()
345 int policy = eventSet.suspendPolicy(); in check()
H A Dsuspendpolicy016.java24 package nsk.jdi.EventSet.suspendPolicy;
320 private VMDeathRequest settingVMDeathRequest( int suspendPolicy, in settingVMDeathRequest() argument
325 log2(" suspendPolicy: " + suspendPolicy + "; property: " + property); in settingVMDeathRequest()
330 vmdr.setSuspendPolicy(suspendPolicy); in settingVMDeathRequest()
342 int policy = eventSet.suspendPolicy(); in check()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/
H A Dvmdeath001.java196 byte suspendPolicy = 0; in waitForTestedEvent()
198 suspendPolicy = eventPacket.getByte(); in waitForTestedEvent()
199 log.display(" suspendPolicy: " + suspendPolicy); in waitForTestedEvent()
208 if (suspendPolicy != JDWP.SuspendPolicy.NONE) { in waitForTestedEvent()
210 suspendPolicy + " (expected: " + JDWP.SuspendPolicy.NONE + ")"); in waitForTestedEvent()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/
H A Dvmdeath001.java196 byte suspendPolicy = 0; in waitForTestedEvent()
198 suspendPolicy = eventPacket.getByte(); in waitForTestedEvent()
199 log.display(" suspendPolicy: " + suspendPolicy); in waitForTestedEvent()
208 if (suspendPolicy != JDWP.SuspendPolicy.NONE) { in waitForTestedEvent()
210 suspendPolicy + " (expected: " + JDWP.SuspendPolicy.NONE + ")"); in waitForTestedEvent()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/
H A Dvmdeath001.java196 byte suspendPolicy = 0; in waitForTestedEvent()
198 suspendPolicy = eventPacket.getByte(); in waitForTestedEvent()
199 log.display(" suspendPolicy: " + suspendPolicy); in waitForTestedEvent()
208 if (suspendPolicy != JDWP.SuspendPolicy.NONE) { in waitForTestedEvent()
210 suspendPolicy + " (expected: " + JDWP.SuspendPolicy.NONE + ")"); in waitForTestedEvent()
H A Dvmdeath002.java411 byte suspendPolicy = 0; in waitForTestedEvent()
413 suspendPolicy = eventPacket.getByte(); in waitForTestedEvent()
414 log.display(" suspendPolicy: " + suspendPolicy); in waitForTestedEvent()
423 if (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY) { in waitForTestedEvent()
425 suspendPolicy + " (expected: " + TESTED_EVENT_SUSPEND_POLICY + ")"); in waitForTestedEvent()
483 resumed = (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY); in waitForTestedEvent()
492 resumed = (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY); in waitForTestedEvent()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/
H A Dvmdeath001.java196 byte suspendPolicy = 0; in waitForTestedEvent()
198 suspendPolicy = eventPacket.getByte(); in waitForTestedEvent()
199 log.display(" suspendPolicy: " + suspendPolicy); in waitForTestedEvent()
208 if (suspendPolicy != JDWP.SuspendPolicy.NONE) { in waitForTestedEvent()
210 suspendPolicy + " (expected: " + JDWP.SuspendPolicy.NONE + ")"); in waitForTestedEvent()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java90 private byte suspendPolicy; field in EventSetImpl
94 String string = "event set, policy:" + suspendPolicy + in toString()
617 suspendPolicy = JDWP.SuspendPolicy.NONE; in EventSetImpl()
646 suspendPolicy = compEvt.suspendPolicy; in build()
648 switch(suspendPolicy) { in build()
681 suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
704 if (suspendPolicy == JDWP.SuspendPolicy.ALL) { in build()
706 } else if (suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
714 suspendPolicy = JDWP.SuspendPolicy.NONE; in build()
821 public int suspendPolicy() { in suspendPolicy() method in EventSetImpl
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java90 private byte suspendPolicy; field in EventSetImpl
94 String string = "event set, policy:" + suspendPolicy + in toString()
617 suspendPolicy = JDWP.SuspendPolicy.NONE; in EventSetImpl()
646 suspendPolicy = compEvt.suspendPolicy; in build()
648 switch(suspendPolicy) { in build()
681 suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
704 if (suspendPolicy == JDWP.SuspendPolicy.ALL) { in build()
706 } else if (suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
714 suspendPolicy = JDWP.SuspendPolicy.NONE; in build()
821 public int suspendPolicy() { in suspendPolicy() method in EventSetImpl
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java90 private byte suspendPolicy; field in EventSetImpl
94 String string = "event set, policy:" + suspendPolicy + in toString()
616 suspendPolicy = JDWP.SuspendPolicy.NONE; in EventSetImpl()
645 suspendPolicy = compEvt.suspendPolicy; in build()
647 switch(suspendPolicy) { in build()
680 suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
703 if (suspendPolicy == JDWP.SuspendPolicy.ALL) { in build()
705 } else if (suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
713 suspendPolicy = JDWP.SuspendPolicy.NONE; in build()
820 public int suspendPolicy() { in suspendPolicy() method in EventSetImpl
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java90 private byte suspendPolicy; field in EventSetImpl
94 String string = "event set, policy:" + suspendPolicy + in toString()
617 suspendPolicy = JDWP.SuspendPolicy.NONE; in EventSetImpl()
646 suspendPolicy = compEvt.suspendPolicy; in build()
648 switch(suspendPolicy) { in build()
681 suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
704 if (suspendPolicy == JDWP.SuspendPolicy.ALL) { in build()
706 } else if (suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
714 suspendPolicy = JDWP.SuspendPolicy.NONE; in build()
821 public int suspendPolicy() { in suspendPolicy() method in EventSetImpl
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java90 private byte suspendPolicy; field in EventSetImpl
94 String string = "event set, policy:" + suspendPolicy + in toString()
617 suspendPolicy = JDWP.SuspendPolicy.NONE; in EventSetImpl()
646 suspendPolicy = compEvt.suspendPolicy; in build()
648 switch(suspendPolicy) { in build()
681 suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
704 if (suspendPolicy == JDWP.SuspendPolicy.ALL) { in build()
706 } else if (suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
714 suspendPolicy = JDWP.SuspendPolicy.NONE; in build()
821 public int suspendPolicy() { in suspendPolicy() method in EventSetImpl
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java90 private byte suspendPolicy; field in EventSetImpl
94 String string = "event set, policy:" + suspendPolicy + in toString()
616 suspendPolicy = JDWP.SuspendPolicy.NONE; in EventSetImpl()
645 suspendPolicy = compEvt.suspendPolicy; in build()
647 switch(suspendPolicy) { in build()
680 suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
703 if (suspendPolicy == JDWP.SuspendPolicy.ALL) { in build()
705 } else if (suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
713 suspendPolicy = JDWP.SuspendPolicy.NONE; in build()
820 public int suspendPolicy() { in suspendPolicy() method in EventSetImpl
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java90 private byte suspendPolicy; field in EventSetImpl
94 String string = "event set, policy:" + suspendPolicy + in toString()
617 suspendPolicy = JDWP.SuspendPolicy.NONE; in EventSetImpl()
646 suspendPolicy = compEvt.suspendPolicy; in build()
648 switch(suspendPolicy) { in build()
681 suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
704 if (suspendPolicy == JDWP.SuspendPolicy.ALL) { in build()
706 } else if (suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
714 suspendPolicy = JDWP.SuspendPolicy.NONE; in build()
821 public int suspendPolicy() { in suspendPolicy() method in EventSetImpl
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DEventSetImpl.java90 private byte suspendPolicy; field in EventSetImpl
94 String string = "event set, policy:" + suspendPolicy + in toString()
616 suspendPolicy = JDWP.SuspendPolicy.NONE; in EventSetImpl()
645 suspendPolicy = compEvt.suspendPolicy; in build()
647 switch(suspendPolicy) { in build()
680 suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
703 if (suspendPolicy == JDWP.SuspendPolicy.ALL) { in build()
705 } else if (suspendPolicy == JDWP.SuspendPolicy.EVENT_THREAD) { in build()
713 suspendPolicy = JDWP.SuspendPolicy.NONE; in build()
820 public int suspendPolicy() { in suspendPolicy() method in EventSetImpl
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/
H A Dvmdeath002.java411 byte suspendPolicy = 0; in waitForTestedEvent()
413 suspendPolicy = eventPacket.getByte(); in waitForTestedEvent()
414 log.display(" suspendPolicy: " + suspendPolicy); in waitForTestedEvent()
423 if (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY) { in waitForTestedEvent()
425 suspendPolicy + " (expected: " + TESTED_EVENT_SUSPEND_POLICY + ")"); in waitForTestedEvent()
483 resumed = (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY); in waitForTestedEvent()
492 resumed = (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY); in waitForTestedEvent()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/
H A Dvmdeath002.java411 byte suspendPolicy = 0; in waitForTestedEvent()
413 suspendPolicy = eventPacket.getByte(); in waitForTestedEvent()
414 log.display(" suspendPolicy: " + suspendPolicy); in waitForTestedEvent()
423 if (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY) { in waitForTestedEvent()
425 suspendPolicy + " (expected: " + TESTED_EVENT_SUSPEND_POLICY + ")"); in waitForTestedEvent()
483 resumed = (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY); in waitForTestedEvent()
492 resumed = (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY); in waitForTestedEvent()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/VM_DEATH/
H A Dvmdeath002.java411 byte suspendPolicy = 0; in waitForTestedEvent()
413 suspendPolicy = eventPacket.getByte(); in waitForTestedEvent()
414 log.display(" suspendPolicy: " + suspendPolicy); in waitForTestedEvent()
423 if (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY) { in waitForTestedEvent()
425 suspendPolicy + " (expected: " + TESTED_EVENT_SUSPEND_POLICY + ")"); in waitForTestedEvent()
483 resumed = (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY); in waitForTestedEvent()
492 resumed = (suspendPolicy != TESTED_EVENT_SUSPEND_POLICY); in waitForTestedEvent()

12345678910>>...73