src/hotspot/share/jvmci/jvmciEnv.hpp
changeset 48299 e8f5fc8f5f67
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
child 53425 312880c38a7f
--- a/src/hotspot/share/jvmci/jvmciEnv.hpp	Sat Dec 02 13:50:04 2017 +0100
+++ b/src/hotspot/share/jvmci/jvmciEnv.hpp	Mon Dec 04 13:13:44 2017 -0800
@@ -138,8 +138,8 @@
 
   // 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,
-                                                                              JVMCIEnv* env, char** failure_detail);
+  static JVMCIEnv::CodeInstallResult validate_compile_task_dependencies(Dependencies* target, Handle compiled_code,
+                                                                        JVMCIEnv* env, char** failure_detail);
 
 public:
   CompileTask* task() { return _task; }