< prev index next >

test/lib/sun/hotspot/WhiteBox.java

Print this page
rev 47415 : Add Thread Local handshakes and thread local polling

@@ -528,8 +528,11 @@
 
   // Compiler Directive
   public native int addCompilerDirective(String compDirect);
   public native void removeCompilerDirective(int count);
 
+  // Handshakes
+  public native int handshakeWalkStack(Thread t, boolean all_threads);
+
   // Returns true on linux if library has the noexecstack flag set.
   public native boolean checkLibSpecifiesNoexecstack(String libfilename);
 }
< prev index next >