-
Bug
-
Resolution: Fixed
-
P4
-
repo-leyden
The following tests break after https://github.com/openjdk/leyden/pull/39 "Store AOT code in cached code region of AOT cache"
test/hotspot/jtreg/runtime/cds/appcds/indy/IndyAndJavac.java
test/hotspot/jtreg/runtime/cds/appcds/indy/IndyStringConcat.java
test/hotspot/jtreg/runtime/cds/appcds/indy/StringConcatStress.java
These tests are written with the "old" leyden workflow which generates code using the dynamic CDS archive, but we cannot do that anymore after pull/39.
These tests should be converted to use the CDSAppTester framework.
test/hotspot/jtreg/runtime/cds/appcds/indy/IndyAndJavac.java
test/hotspot/jtreg/runtime/cds/appcds/indy/IndyStringConcat.java
test/hotspot/jtreg/runtime/cds/appcds/indy/StringConcatStress.java
These tests are written with the "old" leyden workflow which generates code using the dynamic CDS archive, but we cannot do that anymore after pull/39.
These tests should be converted to use the CDSAppTester framework.