src/share/vm/runtime/arguments.hpp

changeset 5650
bb57d48691f5
parent 5585
f92b82d454fa
parent 5648
a701c16e8bbf
child 5688
8e94527f601e
child 5701
40136aa2cdb1
equal deleted inserted replaced
5643:3bfb204913de 5650:bb57d48691f5
332 static void set_ergonomics_flags(); 332 static void set_ergonomics_flags();
333 static void set_shared_spaces_flags(); 333 static void set_shared_spaces_flags();
334 // limits the given memory size by the maximum amount of memory this process is 334 // limits the given memory size by the maximum amount of memory this process is
335 // currently allowed to allocate or reserve. 335 // currently allowed to allocate or reserve.
336 static julong limit_by_allocatable_memory(julong size); 336 static julong limit_by_allocatable_memory(julong size);
337 // Setup HeapBaseMinAddress
338 static void set_heap_base_min_address();
339 // Setup heap size 337 // Setup heap size
340 static void set_heap_size(); 338 static void set_heap_size();
341 // Based on automatic selection criteria, should the 339 // Based on automatic selection criteria, should the
342 // low pause collector be used. 340 // low pause collector be used.
343 static bool should_auto_select_low_pause_collector(); 341 static bool should_auto_select_low_pause_collector();

mercurial