Home
last modified time | relevance | path

Searched refs:mwRequest (Results 1 – 25 of 48) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/
H A Dwevent001.java97 ModificationWatchpointRequest mwRequest = null; in testRun() local
119 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
120 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
121 mwRequest.enable(); in testRun()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/
H A Dwevent001.java97 ModificationWatchpointRequest mwRequest = null; in testRun() local
119 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
120 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
121 mwRequest.enable(); in testRun()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/
H A Dwevent001.java97 ModificationWatchpointRequest mwRequest = null; in testRun() local
119 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
120 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
121 mwRequest.enable(); in testRun()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/
H A Dwevent001.java97 ModificationWatchpointRequest mwRequest = null; in testRun() local
119 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
120 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
121 mwRequest.enable(); in testRun()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/
H A Dwevent001.java97 ModificationWatchpointRequest mwRequest = null; in testRun() local
119 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
120 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
121 mwRequest.enable(); in testRun()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/
H A Dwevent001.java97 ModificationWatchpointRequest mwRequest = null; in testRun() local
119 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
120 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
121 mwRequest.enable(); in testRun()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/
H A Dwevent001.java97 ModificationWatchpointRequest mwRequest = null; in testRun() local
119 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
120 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
121 mwRequest.enable(); in testRun()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/
H A Dwevent001.java97 ModificationWatchpointRequest mwRequest = null; in testRun() local
119 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
120 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
121 mwRequest.enable(); in testRun()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/
H A Dmwevent001.java272 ModificationWatchpointRequest mwRequest = null; in testRun() local
302 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
303 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
304 mwRequest.enable(); in testRun()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/
H A Dmwevent001.java272 ModificationWatchpointRequest mwRequest = null; in testRun() local
302 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
303 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
304 mwRequest.enable(); in testRun()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/
H A Dmwevent001.java272 ModificationWatchpointRequest mwRequest = null; in testRun() local
302 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
303 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
304 mwRequest.enable(); in testRun()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/
H A Dthread001.java534 ModificationWatchpointRequest mwRequest = null; in settingModificationWatchpoint() local
537 mwRequest = eventRManager.createModificationWatchpointRequest(field); in settingModificationWatchpoint()
538 mwRequest.putProperty("number", property); in settingModificationWatchpoint()
539 mwRequest.addThreadFilter(thread); in settingModificationWatchpoint()
540 mwRequest.setSuspendPolicy( EventRequest.SUSPEND_NONE); in settingModificationWatchpoint()
548 return mwRequest; in settingModificationWatchpoint()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/
H A Dthread001.java534 ModificationWatchpointRequest mwRequest = null; in settingModificationWatchpoint() local
537 mwRequest = eventRManager.createModificationWatchpointRequest(field); in settingModificationWatchpoint()
538 mwRequest.putProperty("number", property); in settingModificationWatchpoint()
539 mwRequest.addThreadFilter(thread); in settingModificationWatchpoint()
540 mwRequest.setSuspendPolicy( EventRequest.SUSPEND_NONE); in settingModificationWatchpoint()
548 return mwRequest; in settingModificationWatchpoint()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/
H A Dthread001.java534 ModificationWatchpointRequest mwRequest = null; in settingModificationWatchpoint() local
537 mwRequest = eventRManager.createModificationWatchpointRequest(field); in settingModificationWatchpoint()
538 mwRequest.putProperty("number", property); in settingModificationWatchpoint()
539 mwRequest.addThreadFilter(thread); in settingModificationWatchpoint()
540 mwRequest.setSuspendPolicy( EventRequest.SUSPEND_NONE); in settingModificationWatchpoint()
548 return mwRequest; in settingModificationWatchpoint()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/
H A Dmwevent001.java317 ModificationWatchpointRequest mwRequest = null; in testRun() local
347 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
348 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
349 mwRequest.enable(); in testRun()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/
H A Dmwevent001.java323 ModificationWatchpointRequest mwRequest = null; in testRun() local
353 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
354 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
355 mwRequest.enable(); in testRun()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/
H A Dmwevent001.java323 ModificationWatchpointRequest mwRequest = null; in testRun() local
353 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
354 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
355 mwRequest.enable(); in testRun()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/
H A Dmwevent001.java323 ModificationWatchpointRequest mwRequest = null; in testRun() local
353 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
354 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
355 mwRequest.enable(); in testRun()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/
H A Dmwevent001.java323 ModificationWatchpointRequest mwRequest = null; in testRun() local
353 mwRequest = eventRManager.createModificationWatchpointRequest(field); in testRun()
354 mwRequest.setSuspendPolicy(EventRequest.SUSPEND_NONE); in testRun()
355 mwRequest.enable(); in testRun()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/
H A Dnextevent001.java612 ModificationWatchpointRequest mwRequest = null; in settingModificationWatchpoint() local
615 mwRequest = eventRManager.createModificationWatchpointRequest(field); in settingModificationWatchpoint()
616 mwRequest.putProperty("number", property); in settingModificationWatchpoint()
617 mwRequest.addThreadFilter(thread); in settingModificationWatchpoint()
618 mwRequest.setSuspendPolicy( EventRequest.SUSPEND_NONE); in settingModificationWatchpoint()
626 return mwRequest; in settingModificationWatchpoint()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/
H A Dnextevent001.java612 ModificationWatchpointRequest mwRequest = null; in settingModificationWatchpoint() local
615 mwRequest = eventRManager.createModificationWatchpointRequest(field); in settingModificationWatchpoint()
616 mwRequest.putProperty("number", property); in settingModificationWatchpoint()
617 mwRequest.addThreadFilter(thread); in settingModificationWatchpoint()
618 mwRequest.setSuspendPolicy( EventRequest.SUSPEND_NONE); in settingModificationWatchpoint()
626 return mwRequest; in settingModificationWatchpoint()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/
H A Dnextevent001.java612 ModificationWatchpointRequest mwRequest = null; in settingModificationWatchpoint() local
615 mwRequest = eventRManager.createModificationWatchpointRequest(field); in settingModificationWatchpoint()
616 mwRequest.putProperty("number", property); in settingModificationWatchpoint()
617 mwRequest.addThreadFilter(thread); in settingModificationWatchpoint()
618 mwRequest.setSuspendPolicy( EventRequest.SUSPEND_NONE); in settingModificationWatchpoint()
626 return mwRequest; in settingModificationWatchpoint()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/
H A Dthread001.java691 ModificationWatchpointRequest mwRequest = null; in settingModificationWatchpoint() local
694 mwRequest = eventRManager.createModificationWatchpointRequest(field); in settingModificationWatchpoint()
695 mwRequest.putProperty("number", property); in settingModificationWatchpoint()
696 mwRequest.addThreadFilter(thread); in settingModificationWatchpoint()
697 mwRequest.setSuspendPolicy( EventRequest.SUSPEND_NONE); in settingModificationWatchpoint()
705 return mwRequest; in settingModificationWatchpoint()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/
H A Dthread001.java691 ModificationWatchpointRequest mwRequest = null; in settingModificationWatchpoint() local
694 mwRequest = eventRManager.createModificationWatchpointRequest(field); in settingModificationWatchpoint()
695 mwRequest.putProperty("number", property); in settingModificationWatchpoint()
696 mwRequest.addThreadFilter(thread); in settingModificationWatchpoint()
697 mwRequest.setSuspendPolicy( EventRequest.SUSPEND_NONE); in settingModificationWatchpoint()
705 return mwRequest; in settingModificationWatchpoint()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/
H A Dthread001.java691 ModificationWatchpointRequest mwRequest = null; in settingModificationWatchpoint() local
694 mwRequest = eventRManager.createModificationWatchpointRequest(field); in settingModificationWatchpoint()
695 mwRequest.putProperty("number", property); in settingModificationWatchpoint()
696 mwRequest.addThreadFilter(thread); in settingModificationWatchpoint()
697 mwRequest.setSuspendPolicy( EventRequest.SUSPEND_NONE); in settingModificationWatchpoint()
705 return mwRequest; in settingModificationWatchpoint()

12