mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8209961: [AOT] crash in Graal stub when -XX:+VerifyOops is used
Reviewed-by: kvn
This commit is contained in:
parent
02062b34ad
commit
f0b30a5d24
17 changed files with 205 additions and 86 deletions
|
@ -472,6 +472,10 @@
|
|||
declare_constant(CodeInstaller::LOG_OF_HEAP_REGION_GRAIN_BYTES) \
|
||||
declare_constant(CodeInstaller::INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED) \
|
||||
declare_constant(CodeInstaller::DEOPT_MH_HANDLER_ENTRY) \
|
||||
declare_constant(CodeInstaller::VERIFY_OOP_COUNT_ADDRESS) \
|
||||
declare_constant(CodeInstaller::VERIFY_OOPS) \
|
||||
declare_constant(CodeInstaller::VERIFY_OOP_BITS) \
|
||||
declare_constant(CodeInstaller::VERIFY_OOP_MASK) \
|
||||
declare_constant(CodeInstaller::INVOKE_INVALID) \
|
||||
\
|
||||
declare_constant(vmIntrinsics::FIRST_MH_SIG_POLY) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue