mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8166125: [JVMCI] Missing JVMCI flag default values
Reviewed-by: twisti, kvn
This commit is contained in:
parent
f175ea37aa
commit
26a978276c
2 changed files with 33 additions and 8 deletions
|
@ -638,6 +638,7 @@ class Arguments : AllStatic {
|
|||
#if INCLUDE_JVMCI
|
||||
// Check consistency of jvmci vm argument settings.
|
||||
static bool check_jvmci_args_consistency();
|
||||
static void set_jvmci_specific_flags();
|
||||
#endif
|
||||
// Check for consistency in the selection of the garbage collector.
|
||||
static bool check_gc_consistency(); // Check user-selected gc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue