mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +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
|
@ -1386,6 +1386,10 @@ void CodeInstaller::site_Mark(CodeBuffer& buffer, jint pc_offset, JVMCIObject si
|
|||
case CRC_TABLE_ADDRESS:
|
||||
case LOG_OF_HEAP_REGION_GRAIN_BYTES:
|
||||
case INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED:
|
||||
case VERIFY_OOPS:
|
||||
case VERIFY_OOP_BITS:
|
||||
case VERIFY_OOP_MASK:
|
||||
case VERIFY_OOP_COUNT_ADDRESS:
|
||||
break;
|
||||
default:
|
||||
JVMCI_ERROR("invalid mark id: %d", id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue