< prev index next >

src/hotspot/share/jvmci/jvmciEnv.hpp

Print this page

        

@@ -136,11 +136,11 @@
   // Is this thread currently in the VM state?
   static bool is_in_vm();
 
   // Helper routine for determining the validity of a compilation
   // with respect to concurrent class loading.
-  static JVMCIEnv::CodeInstallResult check_for_system_dictionary_modification(Dependencies* target, Handle compiled_code,
+  static JVMCIEnv::CodeInstallResult validate_compile_task_dependencies(Dependencies* target, Handle compiled_code,
                                                                               JVMCIEnv* env, char** failure_detail);
 
 public:
   CompileTask* task() { return _task; }
 
< prev index next >