https://github.com/openjdk/jdk/blob/7f42804148fca3fb6ff669c35c4086c9fafc7ad3/test/setup_aot/TestSetupAOT.java#L47-L59
TestSetupAOT.java currently only invokes a few JDK tools with "--help". It should exercise more functionalities in the JDK so that we can have a more substantial AOT cache when running tests with AOT_JDK=true. E.g:
make test JTREG=AOT_JDK=true \
TEST=open/test/jdk/java/util/TimeZone/ListTimeZones.java
TestSetupAOT.java currently only invokes a few JDK tools with "--help". It should exercise more functionalities in the JDK so that we can have a more substantial AOT cache when running tests with AOT_JDK=true. E.g:
make test JTREG=AOT_JDK=true \
TEST=open/test/jdk/java/util/TimeZone/ListTimeZones.java
- links to
-
Commit(master) openjdk/jdk/38499b3f
-
Review(master) openjdk/jdk/24067