hotspot/src/share/vm/runtime/thread.cpp
changeset 35160 acae4975b367
parent 35135 dd2ce9021031
child 35232 76aed99c0ddd
equal deleted inserted replaced
35159:3ee05e289424 35160:acae4975b367
  3655   if (EnableJVMCI) {
  3655   if (EnableJVMCI) {
  3656     const char* jvmciCompiler = Arguments::PropertyList_get_value(Arguments::system_properties(), "jvmci.compiler");
  3656     const char* jvmciCompiler = Arguments::PropertyList_get_value(Arguments::system_properties(), "jvmci.compiler");
  3657     if (jvmciCompiler != NULL) {
  3657     if (jvmciCompiler != NULL) {
  3658       JVMCIRuntime::save_compiler(jvmciCompiler);
  3658       JVMCIRuntime::save_compiler(jvmciCompiler);
  3659     }
  3659     }
  3660     JVMCIRuntime::maybe_print_flags(CHECK_JNI_ERR);
       
  3661   }
  3660   }
  3662 #endif // INCLUDE_JVMCI
  3661 #endif // INCLUDE_JVMCI
  3663 
  3662 
  3664   // initialize compiler(s)
  3663   // initialize compiler(s)
  3665 #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || INCLUDE_JVMCI
  3664 #if defined(COMPILER1) || defined(COMPILER2) || defined(SHARK) || INCLUDE_JVMCI