< prev index next >

src/hotspot/share/classfile/systemDictionary.cpp

Print this page

@@ -2106,11 +2106,11 @@
   }
 
   if (UseSharedSpaces) {
     assert(JvmtiEnvBase::get_phase() <= JVMTI_PHASE_PRIMORDIAL,
            "All well known classes must be resolved in JVMTI_PHASE_PRIMORDIAL or before");
-    for (int i=FIRST_WKID; i<last; i++) {
+    for (int i = FIRST_WKID; i < last; i++) {
       InstanceKlass* k = _well_known_klasses[i];
       assert(k->is_shared(), "must not be replaced by JVMTI class file load hook");
     }
   }
 }
< prev index next >