mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +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
|
@ -47,6 +47,7 @@ class ThreadLocalStorage : AllStatic {
|
|||
// Initialization
|
||||
// Called explicitly from VMThread::activate_system instead of init_globals.
|
||||
static void init();
|
||||
static bool is_initialized();
|
||||
|
||||
private:
|
||||
static int _thread_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue