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:
Igor Veresov 2010-11-02 16:02:46 -07:00
parent f07d7731aa
commit 308952f81e
2 changed files with 57 additions and 29 deletions

View file

@ -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();