Currently, the AOT cache of JDK classes is created during execution
of AOT testing.
It might be makes sense to build it during compilation and use during testing.
The AOT creation is a good build time sanity test. Also, it simplifies test execution and potentially reduce time.
of AOT testing.
It might be makes sense to build it during compilation and use during testing.
The AOT creation is a good build time sanity test. Also, it simplifies test execution and potentially reduce time.
- relates to
-
JDK-8346058 Add support of using compiled test library
-
- Open
-