8180755: Remove use of bitMap.inline.hpp include from instanceKlass.hpp and c1_ValueSet.hpp

Reviewed-by: ehelin, coleenp, dholmes
This commit is contained in:
Thomas Schatzl 2017-05-26 13:46:49 +02:00
parent b47172b765
commit 4c944bd1ca
24 changed files with 371 additions and 358 deletions

View file

@ -29,7 +29,7 @@
#include "gc/parallel/parallelScavengeHeap.hpp"
#include "gc/parallel/pcTasks.hpp"
#include "gc/parallel/psCompactionManager.inline.hpp"
#include "gc/parallel/psParallelCompact.hpp"
#include "gc/parallel/psParallelCompact.inline.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "gc/shared/gcTimer.hpp"
#include "gc/shared/gcTraceTime.inline.hpp"