hotspot/src/share/vm/ci/ciInstanceKlass.cpp
changeset 4571 80b553bddc26
parent 4567 7fc02fbe5c7a
child 5547 f4b087cbb361
equal deleted inserted replaced
4569:f372ea9e5ed4 4571:80b553bddc26
    73   // Lazy fields get filled in only upon request.
    73   // Lazy fields get filled in only upon request.
    74   _super  = NULL;
    74   _super  = NULL;
    75   _java_mirror = NULL;
    75   _java_mirror = NULL;
    76 
    76 
    77   if (is_shared()) {
    77   if (is_shared()) {
    78     if (h_k() != SystemDictionary::object_klass()) {
    78     if (h_k() != SystemDictionary::Object_klass()) {
    79       super();
    79       super();
    80     }
    80     }
    81     java_mirror();
    81     java_mirror();
    82     //compute_nonstatic_fields();  // done outside of constructor
    82     //compute_nonstatic_fields();  // done outside of constructor
    83   }
    83   }