8200626: Restore history for g1ConcurrentMarkThread.*

Reviewed-by: shade, sjohanss
This commit is contained in:
Erik Helin 2018-04-04 10:12:02 +02:00
parent b938ae51ce
commit b025fab0d2
12 changed files with 66 additions and 64 deletions

View file

@ -114,7 +114,7 @@
#include "utilities/vmError.hpp"
#if INCLUDE_ALL_GCS
#include "gc/cms/concurrentMarkSweepThread.hpp"
#include "gc/g1/concurrentMarkThread.inline.hpp"
#include "gc/g1/g1ConcurrentMarkThread.inline.hpp"
#include "gc/parallel/pcTasks.hpp"
#endif // INCLUDE_ALL_GCS
#if INCLUDE_JVMCI