src/hotspot/share/jvmci/jvmciEnv.hpp
changeset 48299 e8f5fc8f5f67
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
child 53425 312880c38a7f
equal deleted inserted replaced
48298:40b9faefb496 48299:e8f5fc8f5f67
   136   // Is this thread currently in the VM state?
   136   // Is this thread currently in the VM state?
   137   static bool is_in_vm();
   137   static bool is_in_vm();
   138 
   138 
   139   // Helper routine for determining the validity of a compilation
   139   // Helper routine for determining the validity of a compilation
   140   // with respect to concurrent class loading.
   140   // with respect to concurrent class loading.
   141   static JVMCIEnv::CodeInstallResult check_for_system_dictionary_modification(Dependencies* target, Handle compiled_code,
   141   static JVMCIEnv::CodeInstallResult validate_compile_task_dependencies(Dependencies* target, Handle compiled_code,
   142                                                                               JVMCIEnv* env, char** failure_detail);
   142                                                                         JVMCIEnv* env, char** failure_detail);
   143 
   143 
   144 public:
   144 public:
   145   CompileTask* task() { return _task; }
   145   CompileTask* task() { return _task; }
   146 
   146 
   147   const char* failure_reason() { return _failure_reason; }
   147   const char* failure_reason() { return _failure_reason; }