mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424
Turn CDS off if compressed oops is on Reviewed-by: ysr, kvn, jcoomes, phh
This commit is contained in:
parent
f07d7731aa
commit
308952f81e
2 changed files with 57 additions and 29 deletions
|
@ -291,6 +291,8 @@ class Arguments : AllStatic {
|
|||
|
||||
// Tiered
|
||||
static void set_tiered_flags();
|
||||
// Check compressed oops compatibility with other flags
|
||||
static void check_compressed_oops_compat();
|
||||
// CMS/ParNew garbage collectors
|
||||
static void set_parnew_gc_flags();
|
||||
static void set_cms_and_parnew_gc_flags();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue