src/hotspot/share/runtime/arguments.cpp
changeset 53170 6a25433b30ed
parent 53116 bb03098c4dde
child 53177 2692d1bfe83a
child 53214 386df79e2011
equal deleted inserted replaced
53169:98580226126d 53170:6a25433b30ed
  3109     // Always verify non-system classes during CDS dump
  3109     // Always verify non-system classes during CDS dump
  3110     if (!BytecodeVerificationRemote) {
  3110     if (!BytecodeVerificationRemote) {
  3111       BytecodeVerificationRemote = true;
  3111       BytecodeVerificationRemote = true;
  3112       log_info(cds)("All non-system classes will be verified (-Xverify:remote) during CDS dump time.");
  3112       log_info(cds)("All non-system classes will be verified (-Xverify:remote) during CDS dump time.");
  3113     }
  3113     }
       
  3114 
       
  3115     // Compilation is already disabled if the user specifies -Xshare:dump.
       
  3116     // Disable compilation in case user specifies -XX:+DumpSharedSpaces instead of -Xshare:dump.
       
  3117     set_mode_flags(_int);
  3114   }
  3118   }
  3115   if (UseSharedSpaces && patch_mod_javabase) {
  3119   if (UseSharedSpaces && patch_mod_javabase) {
  3116     no_shared_spaces("CDS is disabled when " JAVA_BASE_NAME " module is patched.");
  3120     no_shared_spaces("CDS is disabled when " JAVA_BASE_NAME " module is patched.");
  3117   }
  3121   }
  3118   if (UseSharedSpaces && !DumpSharedSpaces && check_unsupported_cds_runtime_properties()) {
  3122   if (UseSharedSpaces && !DumpSharedSpaces && check_unsupported_cds_runtime_properties()) {