mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
6721093: -XX:AppendRatio=N not supported
Add mechanism to ignore unsupported flags for a set period of time Reviewed-by: acorn, never, coleenp
This commit is contained in:
parent
20dba03e99
commit
74faacc945
18 changed files with 432 additions and 158 deletions
|
@ -39,7 +39,6 @@ void bytecodes_init();
|
|||
void classLoader_init();
|
||||
void codeCache_init();
|
||||
void VM_Version_init();
|
||||
void JDK_Version_init();
|
||||
void stubRoutines_init1();
|
||||
jint universe_init(); // dependent on codeCache_init and stubRoutines_init
|
||||
void interpreter_init(); // before any methods loaded
|
||||
|
@ -88,7 +87,6 @@ jint init_globals() {
|
|||
classLoader_init();
|
||||
codeCache_init();
|
||||
VM_Version_init();
|
||||
JDK_Version_init();
|
||||
stubRoutines_init1();
|
||||
jint status = universe_init(); // dependent on codeCache_init and stubRoutines_init
|
||||
if (status != JNI_OK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue