src/hotspot/share/runtime/arguments.cpp
changeset 54838 d7819bedfaaf
parent 54795 fd08f5a976e6
child 54927 1512d88b24c6
--- a/src/hotspot/share/runtime/arguments.cpp	Tue May 14 11:06:23 2019 +0800
+++ b/src/hotspot/share/runtime/arguments.cpp	Tue May 14 12:00:49 2019 +0200
@@ -3792,11 +3792,6 @@
     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) {