hotspot/src/share/vm/runtime/thread.cpp
changeset 35232 76aed99c0ddd
parent 35222 fc89375d788d
parent 35160 acae4975b367
child 35495 e27da438fa13
--- a/hotspot/src/share/vm/runtime/thread.cpp	Mon Jan 04 13:57:34 2016 -0800
+++ b/hotspot/src/share/vm/runtime/thread.cpp	Thu Jan 07 21:10:28 2016 +0000
@@ -3661,13 +3661,12 @@
     if (jvmciCompiler != NULL) {
       JVMCIRuntime::save_compiler(jvmciCompiler);
     }
-    JVMCIRuntime::maybe_print_flags(CHECK_JNI_ERR);
   }
 #endif // INCLUDE_JVMCI
 
   // initialize compiler(s)
 #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || INCLUDE_JVMCI
-  CompileBroker::compilation_init();
+  CompileBroker::compilation_init(CHECK_JNI_ERR);
 #endif
 
   // Pre-initialize some JSR292 core classes to avoid deadlock during class loading.