test/lib/sun/hotspot/WhiteBox.java
changeset 47881 0ce0ac68ace7
parent 47805 506775a4f446
child 47908 d6d00f785f39
equal deleted inserted replaced
47824:cf127be65014 47881:0ce0ac68ace7
   529 
   529 
   530   // Compiler Directive
   530   // Compiler Directive
   531   public native int addCompilerDirective(String compDirect);
   531   public native int addCompilerDirective(String compDirect);
   532   public native void removeCompilerDirective(int count);
   532   public native void removeCompilerDirective(int count);
   533 
   533 
       
   534   // Handshakes
       
   535   public native int handshakeWalkStack(Thread t, boolean all_threads);
       
   536 
   534   // Returns true on linux if library has the noexecstack flag set.
   537   // Returns true on linux if library has the noexecstack flag set.
   535   public native boolean checkLibSpecifiesNoexecstack(String libfilename);
   538   public native boolean checkLibSpecifiesNoexecstack(String libfilename);
   536 }
   539 }