-
Enhancement
-
Resolution: Fixed
-
P4
-
9, 10, 11, 12
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226045 | 14 | Tom Rodriguez | P4 | Resolved | Fixed | team |
JVMCI implicit exceptions operate differently than regular ones and aren't printed clearly. JVMCI generated code can repurpose the implicit exception table to track the JVMCI special usages and use it for dispatch and printing.
This is a port of https://github.com/graalvm/graal-jvmci-8/commit/89b5bd428ab380e50a36e774a269ce9603732366 and https://github.com/graalvm/graal-jvmci-8/commit/957ee5374b13e07e618a9eb042090d72c8afb0b2
This is a port of https://github.com/graalvm/graal-jvmci-8/commit/89b5bd428ab380e50a36e774a269ce9603732366 and https://github.com/graalvm/graal-jvmci-8/commit/957ee5374b13e07e618a9eb042090d72c8afb0b2
- backported by
-
JDK-8226045 [JVMCI] Use implicit exception table for dispatch and printing
- Resolved
- duplicates
-
JDK-8218684 [JVMCI] Use implicit exception table for dispatch and printing
- Closed