RFR: 8367002: Missing compiled exception handler for "recursive" exception [v4]
Dean Long
dlong at openjdk.org
Wed Oct 8 23:17:42 UTC 2025
On Wed, 8 Oct 2025 05:56:53 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Delete test/hotspot/jtreg/compiler/exceptions/a
>
> test/hotspot/jtreg/compiler/exceptions/TestAccessErrorInCatch.java line 30:
>
>> 28: *
>> 29: * @compile IllegalAccessInCatch.jasm
>> 30: * @run main/othervm -Xbatch TestAccessErrorInCatch
>
> Should this test be disabled if explicit compilation directives (e.g. `-Xcomp`) are being passed in?
The test will still pass with -Xcomp but run slower than necessary. I added -XX:CompileCommand=compileonly to fix this.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27683#discussion_r2415215842
More information about the hotspot-dev
mailing list