< prev index next >

src/share/vm/runtime/arguments.hpp

Print this page
rev 12854 : [mq]: gcinterface.patch

*** 459,480 **** static bool compilation_mode_selected(); static void select_compilation_mode_ergonomically(); // Tiered static void set_tiered_flags(); - // CMS/ParNew garbage collectors - static void set_parnew_gc_flags(); - static void set_cms_and_parnew_gc_flags(); - // UseParallel[Old]GC - static void set_parallel_gc_flags(); - // Garbage-First (UseG1GC) - static void set_g1_gc_flags(); // GC ergonomics static void set_conservative_max_heap_alignment(); static void set_use_compressed_oops(); static void set_use_compressed_klass_ptrs(); - static void select_gc(); 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); --- 459,472 ----
*** 627,636 **** --- 619,629 ---- } // Parses the arguments, first phase static jint parse(const JavaVMInitArgs* args); // Apply ergonomics + static void select_gc(); static jint apply_ergo(); // Adjusts the arguments after the OS have adjusted the arguments static jint adjust_after_os(); static void set_gc_specific_flags();
< prev index next >