RFR: 8328111: Convert Runtime tests to use the ClassFile API instead of ASM [v18]
Oussama Louati
duke at openjdk.org
Mon Mar 25 15:24:28 UTC 2024
On Mon, 25 Mar 2024 15:14:01 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Oussama Louati has updated the pull request incrementally with one additional commit since the last revision:
>>
>> restore previous code
>
> test/hotspot/jtreg/runtime/invokedynamic/BootstrapMethodErrorTest.java line 63:
>
>> 61: }
>> 62: catch (Throwable th) {
>> 63: th.printStackTrace();
>
> Why? printing stack trace is not recommended as it may lead to the throwable being ignored. Please restore the previous code here.
did it for debugging and forgot about it, Thank you
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18271#discussion_r1537778594
More information about the hotspot-runtime-dev
mailing list