src/share/vm/classfile/systemDictionary.cpp

changeset 7090
bb239308be67
parent 7089
6e0cb14ce59b
child 7146
aff6ccb506cb
     1.1 --- a/src/share/vm/classfile/systemDictionary.cpp	Thu Aug 21 13:57:51 2014 -0700
     1.2 +++ b/src/share/vm/classfile/systemDictionary.cpp	Tue Sep 02 14:02:57 2014 -0700
     1.3 @@ -1244,7 +1244,6 @@
     1.4        tty->print_cr("]");
     1.5      }
     1.6  
     1.7 -#if INCLUDE_CDS
     1.8      if (DumpLoadedClassList != NULL && classlist_file->is_open()) {
     1.9        // Only dump the classes that can be stored into CDS archive
    1.10        if (SystemDictionaryShared::is_sharing_possible(loader_data)) {
    1.11 @@ -1253,7 +1252,6 @@
    1.12          classlist_file->flush();
    1.13        }
    1.14      }
    1.15 -#endif
    1.16  
    1.17      // notify a class loaded from shared object
    1.18      ClassLoadingService::notify_class_loaded(InstanceKlass::cast(ik()),
    1.19 @@ -1261,7 +1259,7 @@
    1.20    }
    1.21    return ik;
    1.22  }
    1.23 -#endif
    1.24 +#endif // INCLUDE_CDS
    1.25  
    1.26  instanceKlassHandle SystemDictionary::load_instance_class(Symbol* class_name, Handle class_loader, TRAPS) {
    1.27    instanceKlassHandle nh = instanceKlassHandle(); // null Handle

mercurial