mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8172310: [AOT] Fix unverified entry point
Fix AOT code for the unverified entry point Reviewed-by: kvn
This commit is contained in:
parent
26a978276c
commit
5b9a2a728b
11 changed files with 50 additions and 17 deletions
|
@ -429,6 +429,7 @@
|
|||
declare_constant(CodeInstaller::HEAP_TOP_ADDRESS) \
|
||||
declare_constant(CodeInstaller::HEAP_END_ADDRESS) \
|
||||
declare_constant(CodeInstaller::NARROW_KLASS_BASE_ADDRESS) \
|
||||
declare_constant(CodeInstaller::NARROW_OOP_BASE_ADDRESS) \
|
||||
declare_constant(CodeInstaller::CRC_TABLE_ADDRESS) \
|
||||
declare_constant(CodeInstaller::LOG_OF_HEAP_REGION_GRAIN_BYTES) \
|
||||
declare_constant(CodeInstaller::INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue