comparison src/share/vm/runtime/arguments.hpp @ 10990:0abfeed51c9e

8012265: VM often crashes on solaris with a lot of memory Summary: Increase HeapBaseMinAddress for G1 from 256m to 1g on Solaris x86 Reviewed-by: mgerdin, coleenp, kvn
author brutisso
date Fri, 14 Jun 2013 08:02:32 +0200
parents 754c24457b20
children 71180a6e5080
comparison
equal deleted inserted replaced
10968:f9709e27a876 10990:0abfeed51c9e
313 static void set_ergonomics_flags(); 313 static void set_ergonomics_flags();
314 static void set_shared_spaces_flags(); 314 static void set_shared_spaces_flags();
315 // limits the given memory size by the maximum amount of memory this process is 315 // limits the given memory size by the maximum amount of memory this process is
316 // currently allowed to allocate or reserve. 316 // currently allowed to allocate or reserve.
317 static julong limit_by_allocatable_memory(julong size); 317 static julong limit_by_allocatable_memory(julong size);
318 // Setup HeapBaseMinAddress
319 static void set_heap_base_min_address();
318 // Setup heap size 320 // Setup heap size
319 static void set_heap_size(); 321 static void set_heap_size();
320 // Based on automatic selection criteria, should the 322 // Based on automatic selection criteria, should the
321 // low pause collector be used. 323 // low pause collector be used.
322 static bool should_auto_select_low_pause_collector(); 324 static bool should_auto_select_low_pause_collector();