comparison src/share/vm/runtime/arguments.hpp @ 1891:9de67bf4244d

6996136: VM crash in src/share/vm/runtime/virtualspace.cpp:424 Summary: Turn CDS off if compressed oops is on Reviewed-by: ysr, kvn, jcoomes, phh
author iveresov
date Tue, 02 Nov 2010 16:02:46 -0700
parents dfb38ea7da17
children 2d26b0046e0d f95d63e2154a
comparison
equal deleted inserted replaced
1890:f5c8d6e5bfee 1891:9de67bf4244d
289 static bool _ClipInlining; 289 static bool _ClipInlining;
290 static bool _CIDynamicCompilePriority; 290 static bool _CIDynamicCompilePriority;
291 291
292 // Tiered 292 // Tiered
293 static void set_tiered_flags(); 293 static void set_tiered_flags();
294 // Check compressed oops compatibility with other flags
295 static void check_compressed_oops_compat();
294 // CMS/ParNew garbage collectors 296 // CMS/ParNew garbage collectors
295 static void set_parnew_gc_flags(); 297 static void set_parnew_gc_flags();
296 static void set_cms_and_parnew_gc_flags(); 298 static void set_cms_and_parnew_gc_flags();
297 // UseParallel[Old]GC 299 // UseParallel[Old]GC
298 static void set_parallel_gc_flags(); 300 static void set_parallel_gc_flags();