RFR: 8374217: Remove IO.java test from AOT ProblemList

Jaikiran Pai jpai at openjdk.org
Wed Dec 24 02:13:02 UTC 2025


On Tue, 23 Dec 2025 20:00:24 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> Removing the test from AOT Problem List. The test `java/lang/IO/IO.java` had a dependency on `jdk.internal.le` module, but it was removed in JDK26(https://bugs.openjdk.org/browse/JDK-8361613). Apart from that, the test case itself has been modified to not emit AOT/CDS logging messages in order for the output comparing test to succeed.

test/jdk/java/lang/IO/IO.java line 53:

> 51: /*
> 52:  * @test
> 53:  * @bug 8305457 8342936 8351435 8344706 8361613 8374217

Hello Naoto, the changes look OK to me. However, the guidelines of using `@bug` for tests https://openjdk.org/guide/#jtreg say:

> These bug ids refer to product bugs for which a fix is verified by this test. JBS issues that track changes to the test itself are not listed here.

So I think we shouldn't add this bug id here.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28967#discussion_r2644619880


More information about the core-libs-dev mailing list