comparison src/share/vm/runtime/arguments.hpp @ 8741:eac371996b44

8001049: VM crashes when running with large -Xms and not specifying ObjectAlignmentInBytes Summary: Take the initial heap size into account when checking the heap size for compressed oops Reviewed-by: jmasa, kvn, hseigel, ctornqvi
author brutisso
date Tue, 12 Mar 2013 08:33:57 +0100
parents 209f8ba5020b
children 754c24457b20
comparison
equal deleted inserted replaced
8739:ca9580859cf4 8741:eac371996b44
307 // UseParallel[Old]GC 307 // UseParallel[Old]GC
308 static void set_parallel_gc_flags(); 308 static void set_parallel_gc_flags();
309 // Garbage-First (UseG1GC) 309 // Garbage-First (UseG1GC)
310 static void set_g1_gc_flags(); 310 static void set_g1_gc_flags();
311 // GC ergonomics 311 // GC ergonomics
312 static void set_use_compressed_oops();
312 static void set_ergonomics_flags(); 313 static void set_ergonomics_flags();
313 static void set_shared_spaces_flags(); 314 static void set_shared_spaces_flags();
314 // Setup heap size 315 // Setup heap size
315 static void set_heap_size(); 316 static void set_heap_size();
316 // Based on automatic selection criteria, should the 317 // Based on automatic selection criteria, should the