8209961: [AOT] crash in Graal stub when -XX:+VerifyOops is used

Reviewed-by: kvn
This commit is contained in:
Dean Long 2020-08-30 15:53:46 -07:00
parent 02062b34ad
commit f0b30a5d24
17 changed files with 205 additions and 86 deletions

View file

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