8221478: Disable VerifySharedSpaces by default

Reviewed-by: iklam, dholmes
This commit is contained in:
Claes Redestad 2019-05-14 12:00:49 +02:00
parent 24f9c71c8d
commit cc6cc06183
4 changed files with 22 additions and 23 deletions

View file

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