comparison src/share/vm/runtime/arguments.hpp @ 8746:0631ebcc45f0 hs25-b23

Merge
author amurillo
date Fri, 15 Mar 2013 11:18:39 -0700
parents eac371996b44
children 754c24457b20
comparison
equal deleted inserted replaced
8707:5ee744831dcb 8746:0631ebcc45f0
307 // UseParallel[Old]GC 307 // UseParallel[Old]GC
308 static void set_parallel_gc_flags(); 308 static void set_parallel_gc_flags();
309 // Garbage-First (UseG1GC) 309 // Garbage-First (UseG1GC)
310 static void set_g1_gc_flags(); 310 static void set_g1_gc_flags();
311 // GC ergonomics 311 // GC ergonomics
312 static void set_use_compressed_oops();
312 static void set_ergonomics_flags(); 313 static void set_ergonomics_flags();
313 static void set_shared_spaces_flags(); 314 static void set_shared_spaces_flags();
314 // Setup heap size 315 // Setup heap size
315 static void set_heap_size(); 316 static void set_heap_size();
316 // Based on automatic selection criteria, should the 317 // Based on automatic selection criteria, should the
412 // Adjusts the arguments after the OS have adjusted the arguments 413 // Adjusts the arguments after the OS have adjusted the arguments
413 static jint adjust_after_os(); 414 static jint adjust_after_os();
414 // Check for consistency in the selection of the garbage collector. 415 // Check for consistency in the selection of the garbage collector.
415 static bool check_gc_consistency(); 416 static bool check_gc_consistency();
416 static void check_deprecated_gcs(); 417 static void check_deprecated_gcs();
418 static void check_deprecated_gc_flags();
417 // Check consistecy or otherwise of VM argument settings 419 // Check consistecy or otherwise of VM argument settings
418 static bool check_vm_args_consistency(); 420 static bool check_vm_args_consistency();
419 // Check stack pages settings 421 // Check stack pages settings
420 static bool check_stack_pages(); 422 static bool check_stack_pages();
421 // Used by os_solaris 423 // Used by os_solaris