mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
Merge
This commit is contained in:
commit
73379adb82
35 changed files with 3875 additions and 558 deletions
|
@ -2495,6 +2495,9 @@ jint Arguments::parse(const JavaVMInitArgs* args) {
|
|||
if (match_option(option, "-XX:+PrintVMOptions", &tail)) {
|
||||
PrintVMOptions = true;
|
||||
}
|
||||
if (match_option(option, "-XX:-PrintVMOptions", &tail)) {
|
||||
PrintVMOptions = false;
|
||||
}
|
||||
}
|
||||
|
||||
// Parse default .hotspotrc settings file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue