mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8243208: Clean up JVMFlag implementation
Reviewed-by: dholmes, coleenp, gziemski
This commit is contained in:
parent
976acddeb5
commit
5144190ea0
45 changed files with 1586 additions and 1364 deletions
|
@ -3898,10 +3898,7 @@ bool Arguments::handle_deprecated_print_gc_flags() {
|
|||
|
||||
jint Arguments::parse(const JavaVMInitArgs* initial_cmd_args) {
|
||||
assert(verify_special_jvm_flags(false), "deprecated and obsolete flag table inconsistent");
|
||||
|
||||
// Initialize ranges and constraints
|
||||
JVMFlagRangeList::init();
|
||||
JVMFlagConstraintList::init();
|
||||
JVMFlag::check_all_flag_declarations();
|
||||
|
||||
// If flag "-XX:Flags=flags-file" is used it will be the first option to be processed.
|
||||
const char* hotspotrc = ".hotspotrc";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue