src/hotspot/share/runtime/arguments.cpp
changeset 53116 bb03098c4dde
parent 52518 6f18c23b0185
child 53121 4c4651aba203
child 53170 6a25433b30ed
--- a/src/hotspot/share/runtime/arguments.cpp	Fri Dec 21 18:26:55 2018 +0000
+++ b/src/hotspot/share/runtime/arguments.cpp	Fri Dec 21 08:18:59 2018 -0800
@@ -2062,6 +2062,9 @@
       log_warning(arguments) ("NUMA support for Heap depends on the file system when AllocateHeapAt option is used.\n");
     }
   }
+
+  status = status && GCArguments::check_args_consistency();
+
   return status;
 }
 
@@ -2953,6 +2956,7 @@
   }
 #endif // LINUX
   fix_appclasspath();
+
   return JNI_OK;
 }