mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8087181: Move native jimage code to its own library (maybe libjimage)
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com> Co-authored-by: Roger Riggs <roger.riggs@oracle.com> Reviewed-by: alanb, lfoltan, hseigel, acorn
This commit is contained in:
parent
cf47fb3a23
commit
f763183615
39 changed files with 324 additions and 3163 deletions
|
@ -83,7 +83,6 @@ 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();
|
||||
|
@ -122,9 +121,6 @@ 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