src/share/vm/runtime/arguments.hpp

Print this page

        

*** 310,319 **** --- 310,322 ---- static void set_g1_gc_flags(); // GC ergonomics static void set_use_compressed_oops(); static void set_ergonomics_flags(); static void set_shared_spaces_flags(); + // limits the given memory size by the maximum amount of memory this process is + // currently allowed to allocate or reserve. + static julong limit_by_allocatable_memory(julong size); // 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();