8149127: Rename g1/concurrentMarkThread.* to g1/g1ConcurrentMarkThread.*

Reviewed-by: sjohanss, sangheki
This commit is contained in:
Thomas Schatzl 2017-11-06 14:24:31 +01:00
parent c2935fa4a4
commit b59c920e12
11 changed files with 100 additions and 98 deletions

View file

@ -23,8 +23,8 @@
*/
#include "precompiled.hpp"
#include "gc/g1/concurrentG1Refine.hpp"
#include "gc/g1/g1CollectedHeap.inline.hpp"
#include "gc/g1/g1ConcurrentRefine.hpp"
#include "gc/g1/heapRegion.hpp"
#include "gc/g1/heapRegionManager.inline.hpp"
#include "gc/g1/heapRegionSet.inline.hpp"