Home
last modified time | relevance | path

Searched refs:testedLocation (Results 1 – 25 of 64) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/
H A Dbreakpoint001.java85 JDWP.Location testedLocation = null; field in breakpoint001
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
265 log.display(" location: " + testedLocation); in requestTestedEvent()
266 command.addLocation(testedLocation); in requestTestedEvent()
565 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
568 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
571 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
577 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
583 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/
H A Dbreakpoint001.java85 JDWP.Location testedLocation = null; field in breakpoint001
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
265 log.display(" location: " + testedLocation); in requestTestedEvent()
266 command.addLocation(testedLocation); in requestTestedEvent()
565 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
568 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
571 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
577 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
583 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/
H A Dbreakpoint001.java85 JDWP.Location testedLocation = null; field in breakpoint001
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
265 log.display(" location: " + testedLocation); in requestTestedEvent()
266 command.addLocation(testedLocation); in requestTestedEvent()
565 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
568 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
571 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
577 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
583 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/
H A Dbreakpoint001.java85 JDWP.Location testedLocation = null; field in breakpoint001
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
265 log.display(" location: " + testedLocation); in requestTestedEvent()
266 command.addLocation(testedLocation); in requestTestedEvent()
565 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
568 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
571 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
577 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
583 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/
H A Dbreakpoint001.java85 JDWP.Location testedLocation = null; field in breakpoint001
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
265 log.display(" location: " + testedLocation); in requestTestedEvent()
266 command.addLocation(testedLocation); in requestTestedEvent()
565 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
568 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
571 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
577 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
583 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/
H A Dbreakpoint001.java85 JDWP.Location testedLocation = null; field in breakpoint001
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
265 log.display(" location: " + testedLocation); in requestTestedEvent()
266 command.addLocation(testedLocation); in requestTestedEvent()
565 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
568 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
571 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
577 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
583 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/
H A Dbreakpoint001.java85 JDWP.Location testedLocation = null; field in breakpoint001
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
265 log.display(" location: " + testedLocation); in requestTestedEvent()
266 command.addLocation(testedLocation); in requestTestedEvent()
565 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
568 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
571 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
577 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
583 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/BREAKPOINT/
H A Dbreakpoint001.java85 JDWP.Location testedLocation = null; field in breakpoint001
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
265 log.display(" location: " + testedLocation); in requestTestedEvent()
266 command.addLocation(testedLocation); in requestTestedEvent()
565 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
568 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
571 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
577 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
583 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/
H A Dsinglestep001.java88 JDWP.Location testedLocation = null; field in singlestep001
236 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
238 log.display(" ... got location: " + testedLocation); in prepareForTest()
578 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
581 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
584 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
587 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
590 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
593 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
596 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
H A Dsinglestep002.java90 JDWP.Location testedLocation = null; field in singlestep002
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
585 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
591 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
594 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
597 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
600 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
603 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
H A Dsinglestep003.java90 JDWP.Location testedLocation = null; field in singlestep003
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
585 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
591 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
594 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
597 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
600 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
603 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_EXIT/
H A Dmethexit001.java87 JDWP.Location testedLocation = null; field in methexit001
235 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
237 log.display(" ... got location: " + testedLocation); in prepareForTest()
573 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
576 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
579 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
582 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
585 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
591 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_ENTRY/
H A Dmethentry001.java87 JDWP.Location testedLocation = null; field in methentry001
235 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
237 log.display(" ... got location: " + testedLocation); in prepareForTest()
573 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
576 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
579 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
582 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
585 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
591 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_ENTRY/
H A Dmethentry001.java87 JDWP.Location testedLocation = null; field in methentry001
235 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
237 log.display(" ... got location: " + testedLocation); in prepareForTest()
573 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
576 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
579 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
582 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
585 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
591 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_EXIT/
H A Dmethexit001.java87 JDWP.Location testedLocation = null; field in methexit001
235 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
237 log.display(" ... got location: " + testedLocation); in prepareForTest()
573 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
576 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
579 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
582 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
585 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
591 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/
H A Dsinglestep001.java88 JDWP.Location testedLocation = null; field in singlestep001
236 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
238 log.display(" ... got location: " + testedLocation); in prepareForTest()
578 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
581 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
584 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
587 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
590 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
593 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
596 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
H A Dsinglestep003.java90 JDWP.Location testedLocation = null; field in singlestep003
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
585 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
591 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
594 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
597 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
600 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
603 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_ENTRY/
H A Dmethentry001.java87 JDWP.Location testedLocation = null; field in methentry001
235 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
237 log.display(" ... got location: " + testedLocation); in prepareForTest()
573 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
576 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
579 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
582 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
585 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
591 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/
H A Dsinglestep001.java88 JDWP.Location testedLocation = null; field in singlestep001
236 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
238 log.display(" ... got location: " + testedLocation); in prepareForTest()
578 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
581 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
584 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
587 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
590 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
593 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
596 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
H A Dsinglestep003.java90 JDWP.Location testedLocation = null; field in singlestep003
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
585 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
591 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
594 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
597 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
600 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
603 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
H A Dsinglestep002.java90 JDWP.Location testedLocation = null; field in singlestep002
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
585 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
591 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
594 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
597 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
600 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
603 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_EXIT/
H A Dmethexit001.java87 JDWP.Location testedLocation = null; field in methexit001
235 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
237 log.display(" ... got location: " + testedLocation); in prepareForTest()
573 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
576 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
579 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
582 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
585 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
591 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/SINGLE_STEP/
H A Dsinglestep002.java90 JDWP.Location testedLocation = null; field in singlestep002
243 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
245 log.display(" ... got location: " + testedLocation); in prepareForTest()
585 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
591 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
594 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
597 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
600 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
603 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_ENTRY/
H A Dmethentry001.java87 JDWP.Location testedLocation = null; field in methentry001
235 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
237 log.display(" ... got location: " + testedLocation); in prepareForTest()
573 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
576 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
579 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
582 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
585 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
591 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/Event/METHOD_EXIT/
H A Dmethexit001.java87 JDWP.Location testedLocation = null; field in methexit001
235 testedLocation = new JDWP.Location(JDWP.TypeTag.CLASS, testedClassID, in prepareForTest()
237 log.display(" ... got location: " + testedLocation); in prepareForTest()
573 if (location.getTag() != testedLocation.getTag()) { in waitForTestedEvent()
576 + " (expected: " + testedLocation.getTag() + ")"); in waitForTestedEvent()
579 if (location.getClassID() != testedLocation.getClassID()) { in waitForTestedEvent()
582 + " (expected: " + testedLocation.getClassID() + ")"); in waitForTestedEvent()
585 if (location.getMethodID() != testedLocation.getMethodID()) { in waitForTestedEvent()
588 + " (expected: " + testedLocation.getMethodID() + ")"); in waitForTestedEvent()
591 if (location.getIndex() != testedLocation.getIndex()) { in waitForTestedEvent()
[all …]

123