This commit is contained in:
Vladimir Kozlov 2008-07-31 13:42:21 -07:00
commit 73379adb82
35 changed files with 3875 additions and 558 deletions

View file

@ -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