src/share/vm/runtime/arguments.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/arguments.cpp	Thu Sep 15 09:43:59 2016
--- new/src/share/vm/runtime/arguments.cpp	Thu Sep 15 09:43:59 2016

*** 3921,3934 **** --- 3921,3930 ---- return status; } void Arguments::set_shared_spaces_flags() { if (DumpSharedSpaces) { if (Arguments::get_patch_mod_prefix() != NULL) { vm_exit_during_initialization( "Cannot use the following option when dumping the shared archive: --patch-module"); } if (RequireSharedSpaces) { warning("Cannot dump shared archive while using shared archive"); } UseSharedSpaces = false;

src/share/vm/runtime/arguments.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File