8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list

Reviewed-by: kvn, coleenp, dholmes
This commit is contained in:
Vladimir Ivanov 2016-02-15 20:26:02 +03:00
parent 596b56f6c7
commit e675738256
7 changed files with 35 additions and 54 deletions

View file

@ -145,6 +145,7 @@ jint init_globals() {
}
javaClasses_init(); // must happen after vtable initialization
stubRoutines_init2(); // note: StubRoutines need 2-phase init
MethodHandles::generate_adapters();
CodeCacheExtensions::complete_step(CodeCacheExtensionsSteps::StubRoutines2);
#if INCLUDE_NMT