hotspot/src/share/vm/runtime/arguments.hpp
changeset 19732 88f375dd7d65
parent 19553 9bbd930be684
parent 19730 4c38872d277e
child 19973 d98623e1f50b
child 19986 33d188c66ed9
equal deleted inserted replaced
19725:68b03cf81206 19732:88f375dd7d65
   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();