mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8209626: [JVMCI] Use implicit exception table for dispatch and printing
Reviewed-by: kvn
This commit is contained in:
parent
f28e32dbe3
commit
38204f9c65
17 changed files with 192 additions and 97 deletions
|
@ -334,6 +334,7 @@
|
|||
primarray_field(HotSpotMetaData, scopesDescBytes, "[B") \
|
||||
primarray_field(HotSpotMetaData, relocBytes, "[B") \
|
||||
primarray_field(HotSpotMetaData, exceptionBytes, "[B") \
|
||||
primarray_field(HotSpotMetaData, implicitExceptionBytes, "[B") \
|
||||
primarray_field(HotSpotMetaData, oopMaps, "[B") \
|
||||
object_field(HotSpotMetaData, metadata, "[Ljava/lang/Object;") \
|
||||
end_class \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue