hotspot/src/share/vm/memory/universe.cpp
changeset 14488 ab48109f7d1b
parent 14081 504ab928597a
child 14490 5bb45ed999ee
equal deleted inserted replaced
14486:7d079e0eedef 14488:ab48109f7d1b
   344   // Add the class to the class hierarchy manually to make sure that
   344   // Add the class to the class hierarchy manually to make sure that
   345   // its vtable is initialized after core bootstrapping is completed.
   345   // its vtable is initialized after core bootstrapping is completed.
   346   // ---
   346   // ---
   347   // New
   347   // New
   348   // Have already been initialized.
   348   // Have already been initialized.
   349   Klass::cast(_objectArrayKlassObj)->append_to_sibling_list();
   349   _objectArrayKlassObj->append_to_sibling_list();
   350 
   350 
   351   // Compute is_jdk version flags.
   351   // Compute is_jdk version flags.
   352   // Only 1.3 or later has the java.lang.Shutdown class.
   352   // Only 1.3 or later has the java.lang.Shutdown class.
   353   // Only 1.4 or later has the java.lang.CharSequence interface.
   353   // Only 1.4 or later has the java.lang.CharSequence interface.
   354   // Only 1.5 or later has the java.lang.management.MemoryUsage class.
   354   // Only 1.5 or later has the java.lang.management.MemoryUsage class.