Searched refs:bkpt (Results 1 - 13 of 13) sorted by relevance

/openjdk9/jdk/test/com/sun/jdi/
H A DSourceNameFilterTest.java47 static void bkpt() { method in class:SourceNameFilterTarg
54 bkpt();
57 bkpt();
60 bkpt();
178 resumeTo("SourceNameFilterTarg", "bkpt", "()V");
187 resumeTo("SourceNameFilterTarg", "bkpt", "()V");
199 resumeTo("SourceNameFilterTarg", "bkpt", "()V");
H A DMixedSuspendTest.sh61 bkpt(); function
89 static void bkpt() {
90 //System.out.println("bkpt reached, thread = " + this.getName());
H A DJdbExprTest.sh53 public static void bkpt() {
58 bkpt(); function
H A DSuspendThreadTest.java45 public static void bkpt() { method in class:SuspendThreadTarg
52 // We need this to be running so the bkpt
56 bkpt();
88 // When we get a bkpt we want to disable the request,
131 Location loc1 = findMethod(targetClass, "bkpt", "()V").location();
135 // Without this, it is a SUSPEND_ALL bkpt and the test will pass
154 // If we don't get a bkpt within 5 secs,
H A DJdbMethodExitTest.sh125 public static void bkpt() {
160 bkpt(); function
164 bkpt(); function
171 bkpt(); function
178 bkpt(); function
185 bkpt(); function
222 jdbFailIfNotPresent "trace method exit in effect for JdbMethodExitTest.bkpt"
226 jdbFailIfNotPresent "trace go method exit in effect for JdbMethodExitTest.bkpt"
236 # Get out of bkpt back to the call to traceMethods
H A DClassesByName2Test.java46 static void bkpt() { method in class:ClassesByName2Targ
99 bkpt();
154 breakpointAtMethod(bpe.location().declaringType(), "bkpt");
158 the bkpt. The 150 is so we stop if the debuggee
160 spend all day waiting for it to get to the bkpt.
H A DJdbLockTest.sh56 // At this bkpt, sleeper should be waiting on $classname.jj
H A DJdbVarargsTest.sh44 // Call the varargs method so the bkpt will be hit
H A DInstancesTest.java79 public static void bkpt() { method in class:InstancesTarg
94 bkpt();
157 resumeTo("InstancesTarg", "bkpt", "()V");
H A DVarargsTest.java83 bkpt();
85 static void bkpt() { method in class:VarargsTarg
216 bpe = resumeTo("VarargsTarg", "bkpt", "()V");
H A DReferrersTest.java78 public static void bkpt() { method in class:ReferrersTarg
93 bkpt();
156 resumeTo("ReferrersTarg", "bkpt", "()V");
/openjdk9/jdk/test/com/sun/jdi/sde/
H A DFilterMangleTest.java49 public static void bkpt() { method in class:FilterMangleTarg
55 bkpt();
56 System.out.println("bkpt done");
153 * For example, if you try to set a bkpt on a class not yet
155 * to catch the load of that class so the bkpt can be
158 * runs off to completion before the bkpt can actually be
182 resumeTo("FilterMangleTarg", "bkpt", "()V");
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DMonitorSnippets.java334 bkpt(object, mark, tmp, result);
497 static native void bkpt(Object object, Word mark, Word tmp, Word value); method in class:MonitorSnippets

Completed in 210 milliseconds