comparison src/share/vm/runtime/arguments.hpp @ 12180:a701c16e8bbf

8013938: Native OOME on fastdebug VM on Solaris Reviewed-by: azeemj, brutisso, kvn, tschatzl
author jmasa
date Wed, 04 Sep 2013 11:41:17 -0700
parents 740e263c80c6
children bb57d48691f5
comparison
equal deleted inserted replaced
12178:84683e78e713 12180:a701c16e8bbf
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();
320 // Setup heap size 318 // Setup heap size
321 static void set_heap_size(); 319 static void set_heap_size();
322 // Based on automatic selection criteria, should the 320 // Based on automatic selection criteria, should the
323 // low pause collector be used. 321 // low pause collector be used.
324 static bool should_auto_select_low_pause_collector(); 322 static bool should_auto_select_low_pause_collector();