hotspot/src/share/vm/classfile/systemDictionary.hpp
changeset 38708 8c27a4f8b242
parent 37301 a936b4e01afb
child 39616 f82b1f888578
--- a/hotspot/src/share/vm/classfile/systemDictionary.hpp	Thu May 26 14:24:50 2016 -0700
+++ b/hotspot/src/share/vm/classfile/systemDictionary.hpp	Thu May 26 20:43:13 2016 -0400
@@ -420,9 +420,9 @@
   // Initialization
   static void initialize(TRAPS);
 
-  // Fast access to commonly used classes (preloaded)
+  // Checked fast access to commonly used classes - mostly preloaded
   static InstanceKlass* check_klass(InstanceKlass* k) {
-    assert(k != NULL, "preloaded klass not initialized");
+    assert(k != NULL, "klass not loaded");
     return k;
   }