comparison src/share/vm/runtime/arguments.hpp @ 12182:bb57d48691f5

Merge
author tschatzl
date Thu, 05 Sep 2013 14:15:54 +0200
parents f92b82d454fa a701c16e8bbf
children 8e94527f601e 40136aa2cdb1
comparison
equal deleted inserted replaced
12175:3bfb204913de 12182: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();