diff src/share/vm/classfile/systemDictionary.cpp @ 18603:43e2cc9a4fde

removed reference to com.oracle.graal.compiler.CompilerThread from VM code
author Doug Simon <doug.simon@oracle.com>
date Wed, 03 Dec 2014 18:53:22 +0100
parents 52b4284cb496
children c307546c7b0a
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.cpp	Wed Dec 03 16:07:22 2014 +0100
+++ b/src/share/vm/classfile/systemDictionary.cpp	Wed Dec 03 18:53:22 2014 +0100
@@ -1933,7 +1933,7 @@
 
 #ifdef GRAAL
 void SystemDictionary::initialize_preloaded_graal_classes(TRAPS) {
-  assert(WK_KLASS(CompilerThread_klass) == NULL, "preloaded Graal classes should only be initialized once");
+  assert(WK_KLASS(Node_klass) == NULL, "preloaded Graal classes should only be initialized once");
   if (UseGraalClassLoader) {
     _graal_loader = GraalRuntime::compute_graal_class_loader(CHECK);
   }