src/hotspot/share/runtime/arguments.cpp
changeset 53121 4c4651aba203
parent 53079 22295070fcd3
parent 53116 bb03098c4dde
child 53154 3da307766fb1
--- a/src/hotspot/share/runtime/arguments.cpp	Wed Jan 02 07:19:33 2019 -0500
+++ b/src/hotspot/share/runtime/arguments.cpp	Wed Jan 02 16:05:13 2019 +0100
@@ -2061,6 +2061,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;
 }
 
@@ -2952,6 +2955,7 @@
   }
 #endif // LINUX
   fix_appclasspath();
+
   return JNI_OK;
 }