8200105: Remove cyclic dependency between oop.inline.hpp and collectedHeap.inline.hpp

Reviewed-by: coleenp, kbarrett
This commit is contained in:
Stefan Karlsson 2018-03-15 21:29:36 +01:00
parent f89abe4589
commit 7595845e9a
35 changed files with 81 additions and 57 deletions

View file

@ -65,6 +65,7 @@
#include "runtime/synchronizer.hpp"
#include "runtime/threadCritical.hpp"
#include "utilities/align.hpp"
#include "utilities/copy.hpp"
#include "utilities/events.hpp"
#ifdef COMPILER2
#include "opto/runtime.hpp"