RFR: 8314819: [JVMCI] HotSpotJVMCIRuntime.lookupType throws unexpected ClassNotFoundException [v2]

Tobias Hartmann thartmann at openjdk.org
Wed Aug 23 09:28:07 UTC 2023


On Wed, 23 Aug 2023 09:11:33 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

>> This PR restores the expected behavior prior to [JDK-8313421](https://bugs.openjdk.org/browse/JDK-8313421) whereby `HotSpotJVMCIRuntime.lookupType` throws `NoClassDefFoundError` instead of `ClassNotFoundException`.
>
> Doug Simon has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fixed and expanded testing related to CompilerToVM.lookupType

Marked as reviewed by thartmann (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/15393#pullrequestreview-1591140399


More information about the hotspot-compiler-dev mailing list