src/hotspot/share/classfile/klassFactory.cpp
changeset 52692 bffef37beacb
parent 51444 3e5d28e6de32
child 53884 1a7b57d02107
equal deleted inserted replaced
52691:d9f6a700fec9 52692:bffef37beacb
   229   if (cached_class_file != NULL) {
   229   if (cached_class_file != NULL) {
   230     // JVMTI: we have an InstanceKlass now, tell it about the cached bytes
   230     // JVMTI: we have an InstanceKlass now, tell it about the cached bytes
   231     result->set_cached_class_file(cached_class_file);
   231     result->set_cached_class_file(cached_class_file);
   232   }
   232   }
   233 
   233 
   234   if (result->should_store_fingerprint()) {
       
   235     result->store_fingerprint(stream->compute_fingerprint());
       
   236   }
       
   237 
       
   238   JFR_ONLY(ON_KLASS_CREATION(result, parser, THREAD);)
   234   JFR_ONLY(ON_KLASS_CREATION(result, parser, THREAD);)
   239 
   235 
   240 #if INCLUDE_CDS
   236 #if INCLUDE_CDS
   241   if (DumpSharedSpaces) {
   237   if (DumpSharedSpaces) {
   242     ClassLoader::record_result(result, stream, THREAD);
   238     ClassLoader::record_result(result, stream, THREAD);