src/share/vm/prims/whitebox.hpp

changeset 9881
8a0aca5caca0
parent 9861
a248d0be1309
child 9931
fd44df5e3bc3
     1.1 --- a/src/share/vm/prims/whitebox.hpp	Thu Feb 14 15:17:03 2019 -0800
     1.2 +++ b/src/share/vm/prims/whitebox.hpp	Wed Sep 11 12:06:33 2019 +0200
     1.3 @@ -70,6 +70,7 @@
     1.4    static void register_methods(JNIEnv* env, jclass wbclass, JavaThread* thread,
     1.5      JNINativeMethod* method_array, int method_count);
     1.6    static void register_extended(JNIEnv* env, jclass wbclass, JavaThread* thread);
     1.7 +  static bool compile_method(Method* method, int comp_level, int bci, Thread* THREAD);
     1.8  };
     1.9  
    1.10  

mercurial