mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8080511: Refresh of jimage support
Co-authored-by: James Laskey <james.laskey@oracle.com> Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com> Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi
This commit is contained in:
parent
6684a41c5d
commit
aaac2cbb54
40 changed files with 2815 additions and 322 deletions
|
@ -82,6 +82,7 @@ void stubRoutines_init2(); // note: StubRoutines need 2-phase init
|
|||
// during VM shutdown
|
||||
void perfMemory_exit();
|
||||
void ostream_exit();
|
||||
bool image_decompressor_init();
|
||||
|
||||
void vm_init_globals() {
|
||||
check_ThreadShadow();
|
||||
|
@ -115,6 +116,9 @@ jint init_globals() {
|
|||
templateTable_init();
|
||||
InterfaceSupport_init();
|
||||
SharedRuntime::generate_stubs();
|
||||
if (!image_decompressor_init()) {
|
||||
return JNI_ERR;
|
||||
}
|
||||
universe2_init(); // dependent on codeCache_init and stubRoutines_init1
|
||||
referenceProcessor_init();
|
||||
jni_handles_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue