mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8200106: Move NoSafepointVerifier out from gcLocker.hpp
Reviewed-by: coleenp
This commit is contained in:
parent
7595845e9a
commit
1a1aecd166
69 changed files with 412 additions and 332 deletions
|
@ -28,7 +28,6 @@
|
|||
#include "code/codeCache.hpp"
|
||||
#include "code/debugInfoRec.hpp"
|
||||
#include "gc/shared/collectedHeap.inline.hpp"
|
||||
#include "gc/shared/gcLocker.hpp"
|
||||
#include "gc/shared/generation.hpp"
|
||||
#include "interpreter/bytecodeStream.hpp"
|
||||
#include "interpreter/bytecodeTracer.hpp"
|
||||
|
@ -58,6 +57,7 @@
|
|||
#include "runtime/init.hpp"
|
||||
#include "runtime/orderAccess.inline.hpp"
|
||||
#include "runtime/relocator.hpp"
|
||||
#include "runtime/safepointVerifiers.hpp"
|
||||
#include "runtime/sharedRuntime.hpp"
|
||||
#include "runtime/signature.hpp"
|
||||
#include "utilities/align.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue