< prev index next >

src/share/vm/runtime/arguments.hpp

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

*** 455,476 **** static intx _Tier3InvokeNotifyFreqLog; static intx _Tier4InvocationThreshold; // 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); --- 455,468 ----
*** 626,635 **** --- 618,628 ---- } // 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 >