src/hotspot/share/gc/z/zArguments.cpp
changeset 53086 026842c1809f
parent 52939 9a8585f60c32
child 54617 24f6b0e413a0
--- a/src/hotspot/share/gc/z/zArguments.cpp	Thu Dec 20 10:41:45 2018 +0100
+++ b/src/hotspot/share/gc/z/zArguments.cpp	Thu Dec 20 11:43:04 2018 +0100
@@ -19,7 +19,6 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
- *
  */
 
 #include "precompiled.hpp"
@@ -91,6 +90,9 @@
   // Verification of stacks not (yet) supported, for the same reason
   // we need fixup_partial_loads
   DEBUG_ONLY(FLAG_SET_DEFAULT(VerifyStack, false));
+
+  // Initialize platform specific arguments
+  initialize_platform();
 }
 
 CollectedHeap* ZArguments::create_heap() {