comparison src/share/vm/runtime/arguments.hpp @ 342:37f87013dfd8

6711316: Open source the Garbage-First garbage collector Summary: First mercurial integration of the code for the Garbage-First garbage collector. Reviewed-by: apetrusenko, iveresov, jmasa, sgoldman, tonyp, ysr
author ysr
date Thu, 05 Jun 2008 15:57:56 -0700
parents 28372612af5e
children 1ee8caae33af
comparison
equal deleted inserted replaced
189:0b27f3512f9e 342:37f87013dfd8
292 static intx _Tier2CompileThreshold; 292 static intx _Tier2CompileThreshold;
293 293
294 // CMS/ParNew garbage collectors 294 // CMS/ParNew garbage collectors
295 static void set_parnew_gc_flags(); 295 static void set_parnew_gc_flags();
296 static void set_cms_and_parnew_gc_flags(); 296 static void set_cms_and_parnew_gc_flags();
297 // UseParallelGC 297 // UseParallel[Old]GC
298 static void set_parallel_gc_flags(); 298 static void set_parallel_gc_flags();
299 // Garbage-First (UseG1GC)
300 static void set_g1_gc_flags();
299 // GC ergonomics 301 // GC ergonomics
300 static void set_ergonomics_flags(); 302 static void set_ergonomics_flags();
303 // Setup heap size for a server platform
304 static void set_server_heap_size();
301 // Based on automatic selection criteria, should the 305 // Based on automatic selection criteria, should the
302 // low pause collector be used. 306 // low pause collector be used.
303 static bool should_auto_select_low_pause_collector(); 307 static bool should_auto_select_low_pause_collector();
304 308
305 // Bytecode rewriting 309 // Bytecode rewriting