hotspot/src/share/vm/memory/metaspaceShared.cpp
changeset 37094 c12f414936a1
parent 36178 9739f8c767da
child 37161 e881f320966e
equal deleted inserted replaced
37079:a92fc7ba87a2 37094:c12f414936a1
   877           tty->print_cr("Shared spaces preloaded: %s", klass->external_name());
   877           tty->print_cr("Shared spaces preloaded: %s", klass->external_name());
   878         }
   878         }
   879 
   879 
   880         InstanceKlass* ik = InstanceKlass::cast(klass);
   880         InstanceKlass* ik = InstanceKlass::cast(klass);
   881 
   881 
   882         // Should be class load order as per -XX:+TraceClassLoadingPreorder
   882         // Should be class load order as per -Xlog:classload+preorder
   883         class_promote_order->append(ik);
   883         class_promote_order->append(ik);
   884 
   884 
   885         // Link the class to cause the bytecodes to be rewritten and the
   885         // Link the class to cause the bytecodes to be rewritten and the
   886         // cpcache to be created. The linking is done as soon as classes
   886         // cpcache to be created. The linking is done as soon as classes
   887         // are loaded in order that the related data structures (klass and
   887         // are loaded in order that the related data structures (klass and