8200106: Move NoSafepointVerifier out from gcLocker.hpp

Reviewed-by: coleenp
This commit is contained in:
Stefan Karlsson 2018-03-23 18:54:12 +01:00
parent 7595845e9a
commit 1a1aecd166
69 changed files with 412 additions and 332 deletions

View file

@ -39,6 +39,7 @@
#include "runtime/objectMonitor.hpp"
#include "runtime/objectMonitor.inline.hpp"
#include "runtime/osThread.hpp"
#include "runtime/safepointVerifiers.hpp"
#include "runtime/sharedRuntime.hpp"
#include "runtime/stubRoutines.hpp"
#include "runtime/synchronizer.hpp"