< prev index next >

src/share/vm/gc/g1/g1RootProcessor.cpp

Print this page
rev 13269 : 8183935: G1GCPhaseTimes and G1RootProcessor do not include macros.hpp
Reviewed-by:

@@ -39,10 +39,11 @@
 #include "gc/g1/heapRegion.inline.hpp"
 #include "memory/allocation.inline.hpp"
 #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");
 
   uint new_value = (uint)Atomic::add(1, &_n_workers_discovered_strong_classes);
< prev index next >