8191562: Missing include in gcArguments.cpp breaks minimal JVM build
authorrkennke
Tue, 21 Nov 2017 12:48:17 +0100
changeset 48012 90bb2706e6b4
parent 48011 dac108a7b06a
child 48013 2098785677fb
8191562: Missing include in gcArguments.cpp breaks minimal JVM build Reviewed-by: mdoerr, ehelin
src/hotspot/share/gc/shared/gcArguments.cpp
--- a/src/hotspot/share/gc/shared/gcArguments.cpp	Tue Nov 21 15:02:17 2017 +0100
+++ b/src/hotspot/share/gc/shared/gcArguments.cpp	Tue Nov 21 12:48:17 2017 +0100
@@ -25,6 +25,8 @@
 #include "precompiled.hpp"
 #include "gc/shared/gcArguments.hpp"
 #include "gc/serial/serialArguments.hpp"
+#include "memory/allocation.inline.hpp"
+#include "runtime/arguments.hpp"
 #include "runtime/globals.hpp"
 #include "runtime/globals_extension.hpp"
 #include "runtime/java.hpp"