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

Doug Simon dnsimon at openjdk.org
Thu Aug 24 10:15:37 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

Thanks for the reviews.

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

PR Comment: https://git.openjdk.org/jdk/pull/15393#issuecomment-1691398807


More information about the hotspot-compiler-dev mailing list