mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8003820: Deprecate untested and rarely used GC combinations
Log warning messages for DefNew+CMS and ParNew+SerialOld Reviewed-by: ysr, jwilhelm, jcoomes
This commit is contained in:
parent
53cdde9124
commit
2cd5c87cb9
2 changed files with 16 additions and 0 deletions
|
@ -413,6 +413,7 @@ class Arguments : AllStatic {
|
|||
static jint adjust_after_os();
|
||||
// Check for consistency in the selection of the garbage collector.
|
||||
static bool check_gc_consistency();
|
||||
static void check_deprecated_gcs();
|
||||
// Check consistecy or otherwise of VM argument settings
|
||||
static bool check_vm_args_consistency();
|
||||
// Check stack pages settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue