< prev index next >

src/hotspot/share/runtime/threads.hpp

Print this page
@@ -52,10 +52,11 @@
  #ifdef ASSERT
    static bool        _vm_complete;
  #endif
  
    static void initialize_java_lang_classes(JavaThread* main_thread, TRAPS);
+   static bool initialize_compilation(TRAPS);
    static void initialize_jsr292_core_classes(TRAPS);
  
   public:
    // Thread management
    // force_daemon is a concession to JNI, where we may need to add a
< prev index next >