8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event"

Reviewed-by: iklam, kvn
This commit is contained in:
Dean Long 2018-11-26 22:49:57 -08:00
parent abf1e47f29
commit 787f8b320e
2 changed files with 7 additions and 5 deletions

View file

@ -231,10 +231,6 @@ InstanceKlass* KlassFactory::create_from_stream(ClassFileStream* stream,
result->set_cached_class_file(cached_class_file);
}
if (result->should_store_fingerprint()) {
result->store_fingerprint(stream->compute_fingerprint());
}
JFR_ONLY(ON_KLASS_CREATION(result, parser, THREAD);)
#if INCLUDE_CDS