mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8047934: Adding new API for unlocking diagnostic argument
New API for unlocking diagnostic argument. Reviewed-by: dholmes, ccheung, egahlin, iklam, bdelsart
This commit is contained in:
parent
94af790733
commit
d7fe532761
4 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,7 @@ public:
|
|||
static inline bool check_gc_consistency_user();
|
||||
static inline bool check_gc_consistency_ergo();
|
||||
static inline bool check_vm_args_consistency();
|
||||
static void process_options(const JavaVMInitArgs* args) {}
|
||||
};
|
||||
|
||||
void ArgumentsExt::select_gc_ergonomically() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue