test/lib/sun/hotspot/WhiteBox.java
changeset 47881 0ce0ac68ace7
parent 47805 506775a4f446
child 47908 d6d00f785f39
--- a/test/lib/sun/hotspot/WhiteBox.java	Sat Nov 11 01:21:09 2017 +0100
+++ b/test/lib/sun/hotspot/WhiteBox.java	Thu Aug 31 10:00:28 2017 +0200
@@ -531,6 +531,9 @@
   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);
 }