src/share/vm/runtime/arguments.hpp

Print this page

        

*** 309,318 **** --- 309,321 ---- // Garbage-First (UseG1GC) static void set_g1_gc_flags(); // GC ergonomics static void set_ergonomics_flags(); static void set_shared_spaces_flags(); + // limits the given size by the maximum amount of memory this process is + // currently allowed to allocate or reserve. + static julong allocatable_physical_memory(julong limit); // Setup heap size static void set_heap_size(); // Based on automatic selection criteria, should the // low pause collector be used. static bool should_auto_select_low_pause_collector();