RFR: 8356177: Regression after JDK-8352180 [v2]
Alex Menkov
amenkov at openjdk.org
Wed May 14 19:04:56 UTC 2025
On Wed, 14 May 2025 10:51:17 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> feedback
>
> test/hotspot/jtreg/serviceability/attach/FailedDequeueTest.java line 64:
>
>> 62: } catch (IOException ex) {
>> 63: System.out.println("OK: setFlag thrown expected exception:");
>> 64: ex.printStackTrace(System.out);
>
> Nit: If an `IOException` is expected then should we report a test failure after the line 61 in a case `IOException` was not thrown?
Added
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25219#discussion_r2089558850
More information about the hotspot-runtime-dev
mailing list