8172310: [AOT] Fix unverified entry point

Fix AOT code for the unverified entry point

Reviewed-by: kvn
This commit is contained in:
Igor Veresov 2017-01-10 21:39:20 +03:00
parent 26a978276c
commit 5b9a2a728b
11 changed files with 50 additions and 17 deletions

View file

@ -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) \