8183935: G1GCPhaseTimes and G1RootProcessor do not include macros.hpp

Reviewed-by: tschatzl, ehelin
This commit is contained in:
Mikael Gerdin 2017-07-17 09:30:07 +02:00
parent 76b7f30159
commit cfd0efee84
3 changed files with 3 additions and 0 deletions

View File

@ -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] = {"", " ", " ", " ", " "};

View File

@ -27,6 +27,7 @@
#include "logging/logLevel.hpp"
#include "memory/allocation.hpp"
#include "utilities/macros.hpp"
class LineBuffer;

View File

@ -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");