This commit is contained in:
Jesper Wilhelmsson 2016-02-18 18:10:35 +01:00
commit 6f4adc7c72
65 changed files with 1141 additions and 355 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