RFR: 8356089: java/lang/IO/IO.java fails with -XX:+AOTClassLinking [v4]

Calvin Cheung ccheung at openjdk.org
Tue May 6 00:42:12 UTC 2025


On Tue, 6 May 2025 00:12:12 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

>> The failing test is excluded. 
>> No plan to fix, so no bugid is used.
>
> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix

Hi Leonid,

Can you also problem list one more hotspot test? The test failed due to the same reason.


diff --git a/test/hotspot/jtreg/ProblemList-AotJdk.txt b/test/hotspot/jtreg/ProblemList-AotJdk.txt
index 2528f8d377e..047fc6d33f8 100644
--- a/test/hotspot/jtreg/ProblemList-AotJdk.txt
+++ b/test/hotspot/jtreg/ProblemList-AotJdk.txt
@@ -3,6 +3,7 @@ runtime/NMT/NMTWithCDS.java                           0000000 generic-all
 runtime/symbols/TestSharedArchiveConfigFile.java      0000000 generic-all
 
 gc/arguments/TestSerialHeapSizeFlags.java             0000000 generic-all
+gc/arguments/TestCompressedClassFlags.java            0000000 generic-all
 gc/TestAllocateHeapAtMultiple.java                    0000000 generic-all
 gc/TestAllocateHeapAt.java                            0000000 generic-all

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

PR Comment: https://git.openjdk.org/jdk/pull/25052#issuecomment-2852850728


More information about the hotspot-dev mailing list