-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b17
https://github.com/openjdk/jdk/tree/1077265953e6f0918f8f7625ad311f28453c893a/test/hotspot/jtreg/runtime/cds/appcds/methodHandles
There are 6 test cases that we take from tests/jdk/java/lang/invoke/MethodHandles*.java and run them in CDS workflows. Currently only the classical CDS "static" and "dynamic" workflows are supported.
We should refactor the tests so that they can be executed in the new "AOT" workflow provided by JEP 483.
The easiest way to do this is to rewrite these tests using the CDSAppTester class.
There are 6 test cases that we take from tests/jdk/java/lang/invoke/MethodHandles*.java and run them in CDS workflows. Currently only the classical CDS "static" and "dynamic" workflows are supported.
We should refactor the tests so that they can be executed in the new "AOT" workflow provided by JEP 483.
The easiest way to do this is to rewrite these tests using the CDSAppTester class.
- links to
-
Commit(master) openjdk/jdk/b01026ab
-
Review(master) openjdk/jdk/24340