hotspot/src/share/vm/memory/filemap.cpp
changeset 40244 b3055c216762
parent 40013 943cf01a6b82
child 41182 dbd59c1da636
--- a/hotspot/src/share/vm/memory/filemap.cpp	Wed Jul 05 22:04:04 2017 +0200
+++ b/hotspot/src/share/vm/memory/filemap.cpp	Wed Aug 10 15:48:04 2016 -0700
@@ -911,8 +911,8 @@
     return false;
   }
 
-  if (Arguments::get_xpatchprefix() != NULL) {
-    FileMapInfo::fail_continue("The shared archive file cannot be used with -Xpatch.");
+  if (Arguments::get_patch_mod_prefix() != NULL) {
+    FileMapInfo::fail_continue("The shared archive file cannot be used with --patch-module.");
     return false;
   }