src/hotspot/share/classfile/verificationType.cpp
changeset 58447 319173c62caa
parent 54927 1512d88b24c6
child 58537 30a9612a657d
--- a/src/hotspot/share/classfile/verificationType.cpp	Wed Oct 02 13:57:03 2019 -0400
+++ b/src/hotspot/share/classfile/verificationType.cpp	Wed Oct 02 16:55:08 2019 -0700
@@ -94,7 +94,7 @@
       return true;
     }
 
-    if (DumpSharedSpaces || DynamicDumpSharedSpaces) {
+    if (Arguments::is_dumping_archive()) {
       if (SystemDictionaryShared::add_verification_constraint(klass,
               name(), from.name(), from_field_is_protected, from.is_array(),
               from.is_object())) {