mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8221478: Disable VerifySharedSpaces by default
Reviewed-by: iklam, dholmes
This commit is contained in:
parent
24f9c71c8d
commit
cc6cc06183
4 changed files with 22 additions and 23 deletions
|
@ -3792,11 +3792,6 @@ jint Arguments::parse(const JavaVMInitArgs* initial_cmd_args) {
|
|||
return JNI_ENOMEM;
|
||||
}
|
||||
|
||||
// Set up VerifySharedSpaces
|
||||
if (FLAG_IS_DEFAULT(VerifySharedSpaces) && SharedArchiveFile != NULL) {
|
||||
VerifySharedSpaces = true;
|
||||
}
|
||||
|
||||
// Delay warning until here so that we've had a chance to process
|
||||
// the -XX:-PrintWarnings flag
|
||||
if (needs_hotspotrc_warning) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue