comparison src/share/vm/runtime/arguments.cpp @ 253:b0fe4deeb9fb

6726999: nsk/stress/jck12a/jck12a010 assert(n != null,"Bad immediate dominator info.") Summary: Escape Analysis fixes. Reviewed-by: never, rasbold
author kvn
date Mon, 28 Jul 2008 17:12:52 -0700
parents d1605aabd0a1
children ef72a36b968e
comparison
equal deleted inserted replaced
252:be7facf71163 253:b0fe4deeb9fb
2470 settings_file_specified = true; 2470 settings_file_specified = true;
2471 } 2471 }
2472 if (match_option(option, "-XX:+PrintVMOptions", &tail)) { 2472 if (match_option(option, "-XX:+PrintVMOptions", &tail)) {
2473 PrintVMOptions = true; 2473 PrintVMOptions = true;
2474 } 2474 }
2475 if (match_option(option, "-XX:-PrintVMOptions", &tail)) {
2476 PrintVMOptions = false;
2477 }
2475 } 2478 }
2476 2479
2477 // Parse default .hotspotrc settings file 2480 // Parse default .hotspotrc settings file
2478 if (!settings_file_specified) { 2481 if (!settings_file_specified) {
2479 if (!process_settings_file(".hotspotrc", false, args->ignoreUnrecognized)) { 2482 if (!process_settings_file(".hotspotrc", false, args->ignoreUnrecognized)) {