Home
last modified time | relevance | path

Searched refs:DEBUGGEE_CLASS (Results 76 – 100 of 1464) sorted by relevance

12345678910>>...59

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/regression/b4689395/
H A Db4689395.java127 final static String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in b4689395
128 final static String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
138 debuggeeClass = DEBUGGEE_CLASS; in run()
144 classFile = ClassLoadUtils.getRedefineClassFileName(DEBUGGEE_CLASS); in b4689395()
146 … throw new TestFailure("Unable to find redefine class file in classpath for: " + DEBUGGEE_CLASS); in b4689395()
151 … reply = jdb.receiveReplyFor(JdbCommand.stop_at + DEBUGGEE_CLASS + ":" + LINE_NUMBER); in runCases()
155 reply = jdb.receiveReplyFor(JdbCommand.redefine + DEBUGGEE_CLASS in runCases()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/regression/b4689395/
H A Db4689395.java127 final static String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in b4689395
128 final static String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
138 debuggeeClass = DEBUGGEE_CLASS; in run()
144 classFile = ClassLoadUtils.getRedefineClassFileName(DEBUGGEE_CLASS); in b4689395()
146 … throw new TestFailure("Unable to find redefine class file in classpath for: " + DEBUGGEE_CLASS); in b4689395()
151 … reply = jdb.receiveReplyFor(JdbCommand.stop_at + DEBUGGEE_CLASS + ":" + LINE_NUMBER); in runCases()
155 reply = jdb.receiveReplyFor(JdbCommand.redefine + DEBUGGEE_CLASS in runCases()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/regression/b4689395/
H A Db4689395.java127 final static String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in b4689395
128 final static String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
138 debuggeeClass = DEBUGGEE_CLASS; in run()
144 classFile = ClassLoadUtils.getRedefineClassFileName(DEBUGGEE_CLASS); in b4689395()
146 … throw new TestFailure("Unable to find redefine class file in classpath for: " + DEBUGGEE_CLASS); in b4689395()
151 … reply = jdb.receiveReplyFor(JdbCommand.stop_at + DEBUGGEE_CLASS + ":" + LINE_NUMBER); in runCases()
155 reply = jdb.receiveReplyFor(JdbCommand.redefine + DEBUGGEE_CLASS in runCases()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdb/regression/b4689395/
H A Db4689395.java127 final static String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in b4689395
128 final static String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
138 debuggeeClass = DEBUGGEE_CLASS; in run()
144 classFile = ClassLoadUtils.getRedefineClassFileName(DEBUGGEE_CLASS); in b4689395()
146 … throw new TestFailure("Unable to find redefine class file in classpath for: " + DEBUGGEE_CLASS); in b4689395()
151 … reply = jdb.receiveReplyFor(JdbCommand.stop_at + DEBUGGEE_CLASS + ":" + LINE_NUMBER); in runCases()
155 reply = jdb.receiveReplyFor(JdbCommand.redefine + DEBUGGEE_CLASS in runCases()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/regression/b4689395/
H A Db4689395.java127 final static String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in b4689395
128 final static String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
138 debuggeeClass = DEBUGGEE_CLASS; in run()
144 classFile = ClassLoadUtils.getRedefineClassFileName(DEBUGGEE_CLASS); in b4689395()
146 … throw new TestFailure("Unable to find redefine class file in classpath for: " + DEBUGGEE_CLASS); in b4689395()
151 … reply = jdb.receiveReplyFor(JdbCommand.stop_at + DEBUGGEE_CLASS + ":" + LINE_NUMBER); in runCases()
155 reply = jdb.receiveReplyFor(JdbCommand.redefine + DEBUGGEE_CLASS in runCases()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch001/
H A Dunwatch001.java81 debuggeeClass = DEBUGGEE_CLASS; in run()
89 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in unwatch001
90 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
91 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
92 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
106 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
110 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
117 unwatchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
124 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch001/
H A Dunwatch001.java81 debuggeeClass = DEBUGGEE_CLASS; in run()
89 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in unwatch001
90 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
91 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
92 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
106 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
110 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
117 unwatchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
124 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch001/
H A Dunwatch001.java80 debuggeeClass = DEBUGGEE_CLASS; in run()
88 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in unwatch001
89 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
90 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
91 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
105 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
109 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
116 unwatchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
123 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch001/
H A Dunwatch001.java80 debuggeeClass = DEBUGGEE_CLASS; in run()
88 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in unwatch001
89 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
90 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
91 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
105 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
109 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
116 unwatchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
123 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch001/
H A Dunwatch001.java80 debuggeeClass = DEBUGGEE_CLASS; in run()
88 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in unwatch001
89 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
90 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
91 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
105 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
109 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
116 unwatchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
123 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch001/
H A Dunwatch001.java81 debuggeeClass = DEBUGGEE_CLASS; in run()
89 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in unwatch001
90 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
91 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
92 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
106 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
110 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
117 unwatchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
124 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch001/
H A Dunwatch001.java81 debuggeeClass = DEBUGGEE_CLASS; in run()
89 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in unwatch001
90 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
91 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
92 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
106 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
110 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
117 unwatchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
124 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/unwatch/unwatch001/
H A Dunwatch001.java81 debuggeeClass = DEBUGGEE_CLASS; in run()
89 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in unwatch001
90 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
91 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
92 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
106 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
110 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
117 unwatchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
124 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch001/
H A Dwatch001.java79 debuggeeClass = DEBUGGEE_CLASS; in run()
88 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in watch001
89 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
90 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
91 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
106 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
110 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
116 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch001/
H A Dwatch001.java79 debuggeeClass = DEBUGGEE_CLASS; in run()
88 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in watch001
89 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
90 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
91 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
106 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
110 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
116 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch001/
H A Dwatch001.java78 debuggeeClass = DEBUGGEE_CLASS; in run()
87 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in watch001
88 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
89 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
90 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
105 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
109 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
115 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch001/
H A Dwatch001.java78 debuggeeClass = DEBUGGEE_CLASS; in run()
87 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in watch001
88 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
89 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
90 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
105 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
109 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
115 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch001/
H A Dwatch001.java78 debuggeeClass = DEBUGGEE_CLASS; in run()
87 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in watch001
88 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
89 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
90 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
105 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
109 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
115 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch001/
H A Dwatch001.java79 debuggeeClass = DEBUGGEE_CLASS; in run()
88 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in watch001
89 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
90 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
91 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
106 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
110 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
116 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch001/
H A Dwatch001.java79 debuggeeClass = DEBUGGEE_CLASS; in run()
88 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in watch001
89 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
90 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
91 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
106 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
110 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
116 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/watch/watch001/
H A Dwatch001.java79 debuggeeClass = DEBUGGEE_CLASS; in run()
88 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in watch001
89 static final String DEBUGGEE_CLASS2 = DEBUGGEE_CLASS + "$CheckedFields";
90 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
91 static final String LAST_BREAK = DEBUGGEE_CLASS + ".breakHere";
106 reply = jdb.receiveReplyFor(JdbCommand.fields + DEBUGGEE_CLASS); in runCases()
110 watchFields (DEBUGGEE_CLASS, checkedFields); in runCases()
116 if (!checkFields (DEBUGGEE_CLASS, reply, checkedFields)) { in runCases()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/set/set001/
H A Dset001.java83 debuggeeClass = DEBUGGEE_CLASS; in run()
91 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in set001
92 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
93 static final String LAST_BREAK = DEBUGGEE_CLASS + ".lastBreak";
95 static final String ERROR_MESSAGE = DEBUGGEE_CLASS + ".errorMessage";
98 { DEBUGGEE_CLASS + ".myStaticField", "-2147483648" },
99 { DEBUGGEE_CLASS + "._set001a.myInstanceField", "9223372036854775807" },
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/uncaught_exception/uncaught_exception002/
H A Duncaught_exception002.java83 debuggeeClass = DEBUGGEE_CLASS; in run()
91 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in uncaught_exception002
92 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
93 static final String LAST_BREAK = DEBUGGEE_CLASS + ".lastBreak";
96 DEBUGGEE_CLASS + ".func",
97 DEBUGGEE_CLASS + ".runIt",
98 DEBUGGEE_CLASS + ".main" };
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/set/set001/
H A Dset001.java83 debuggeeClass = DEBUGGEE_CLASS; in run()
91 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in set001
92 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
93 static final String LAST_BREAK = DEBUGGEE_CLASS + ".lastBreak";
95 static final String ERROR_MESSAGE = DEBUGGEE_CLASS + ".errorMessage";
98 { DEBUGGEE_CLASS + ".myStaticField", "-2147483648" },
99 { DEBUGGEE_CLASS + "._set001a.myInstanceField", "9223372036854775807" },
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdb/uncaught_exception/uncaught_exception002/
H A Duncaught_exception002.java83 debuggeeClass = DEBUGGEE_CLASS; in run()
91 static final String DEBUGGEE_CLASS = TEST_CLASS + "a"; field in uncaught_exception002
92 static final String FIRST_BREAK = DEBUGGEE_CLASS + ".main";
93 static final String LAST_BREAK = DEBUGGEE_CLASS + ".lastBreak";
96 DEBUGGEE_CLASS + ".func",
97 DEBUGGEE_CLASS + ".runIt",
98 DEBUGGEE_CLASS + ".main" };

12345678910>>...59