Withdrawn: 8338017: Add AOT command-line flag aliases
Ioi Lam
iklam at openjdk.org
Tue Oct 22 16:42:41 UTC 2024
On Thu, 8 Aug 2024 22:50:51 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> This is the 1st PR for [JEP 483: Ahead-of-Time Class Loading & Linking](https://bugs.openjdk.org/browse/JDK-8315737).
>
> Add the following command-line options as specified in JEP 483:
>
>
> - `-XX:AOTMode=off/record/create/auto/on`
> - `-XX:AOTConfiguration=<file>.aotconfig`
> - `-XX:AOTCache=<file>.aot`
>
> These options are implemented as aliases to existing command-line flags such as `-Xshare:dump`, `-XX:SharedArchiveFile`, `-XX:DumpLoadedClassesList`, etc.
>
> Please see the CSR (TODO) for detailed specification.
>
> -----
> See [here](https://bugs.openjdk.org/browse/JDK-8315737) for the sequence of dependent RFEs for implementing JEP 483.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/20516
More information about the hotspot-runtime-dev
mailing list