diff src/share/vm/jvmci/jvmciRuntime.cpp @ 22551:71ea8d7db665

removed author tags in comments
author Doug Simon <doug.simon@oracle.com>
date Fri, 11 Sep 2015 16:41:50 +0200
parents 02fc27dc1da7
children 114750c43459
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciRuntime.cpp	Thu Sep 10 16:25:43 2015 -0700
+++ b/src/share/vm/jvmci/jvmciRuntime.cpp	Fri Sep 11 16:41:50 2015 +0200
@@ -818,7 +818,7 @@
       }
     }
 
-    // We cannot use jvmciJavaAccess for this because we are currently in the
+    // We cannot use jvmciJavaClasses for this because we are currently in the
     // process of initializing that mechanism.
     TempNewSymbol field_name = SymbolTable::new_symbol("useJVMCIClassLoader", CHECK_ABORT);
     fieldDescriptor field_desc;