src/hotspot/share/classfile/klassFactory.cpp
changeset 47991 a474466c4fdb
parent 47668 fc4cfca10556
child 49480 d7df2dd501ce
equal deleted inserted replaced
47915:d4af6b80aec3 47991:a474466c4fdb
   229 
   229 
   230   TRACE_KLASS_CREATION(result, parser, THREAD);
   230   TRACE_KLASS_CREATION(result, parser, THREAD);
   231 
   231 
   232 #if INCLUDE_CDS
   232 #if INCLUDE_CDS
   233   if (DumpSharedSpaces) {
   233   if (DumpSharedSpaces) {
   234     ClassLoader::record_shared_class_loader_type(result, stream);
   234     ClassLoader::record_result(result, stream);
   235 #if INCLUDE_JVMTI
   235 #if INCLUDE_JVMTI
   236     assert(cached_class_file == NULL, "Sanity");
   236     assert(cached_class_file == NULL, "Sanity");
   237     // Archive the class stream data into the optional data section
   237     // Archive the class stream data into the optional data section
   238     JvmtiCachedClassFileData *p;
   238     JvmtiCachedClassFileData *p;
   239     int len;
   239     int len;