8183935: G1GCPhaseTimes and G1RootProcessor do not include macros.hpp
authormgerdin
Mon, 17 Jul 2017 09:30:07 +0200
changeset 46681 f17cefd211b4
parent 46680 2894e4262fd6
child 46682 b646732e1473
8183935: G1GCPhaseTimes and G1RootProcessor do not include macros.hpp Reviewed-by: tschatzl, ehelin
hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.cpp
hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp
hotspot/src/share/vm/gc/g1/g1RootProcessor.cpp
--- a/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.cpp	Mon Jul 17 16:31:51 2017 -0700
+++ b/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.cpp	Mon Jul 17 09:30:07 2017 +0200
@@ -32,6 +32,7 @@
 #include "logging/log.hpp"
 #include "runtime/timer.hpp"
 #include "runtime/os.hpp"
+#include "utilities/macros.hpp"
 
 static const char* Indents[5] = {"", "  ", "    ", "      ", "        "};
 
--- a/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp	Mon Jul 17 16:31:51 2017 -0700
+++ b/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp	Mon Jul 17 09:30:07 2017 +0200
@@ -27,6 +27,7 @@
 
 #include "logging/logLevel.hpp"
 #include "memory/allocation.hpp"
+#include "utilities/macros.hpp"
 
 class LineBuffer;
 
--- a/hotspot/src/share/vm/gc/g1/g1RootProcessor.cpp	Mon Jul 17 16:31:51 2017 -0700
+++ b/hotspot/src/share/vm/gc/g1/g1RootProcessor.cpp	Mon Jul 17 09:30:07 2017 +0200
@@ -41,6 +41,7 @@
 #include "runtime/fprofiler.hpp"
 #include "runtime/mutex.hpp"
 #include "services/management.hpp"
+#include "utilities/macros.hpp"
 
 void G1RootProcessor::worker_has_discovered_all_strong_classes() {
   assert(ClassUnloadingWithConcurrentMark, "Currently only needed when doing G1 Class Unloading");