> 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.
Ioi Lam has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 11 additional commits since the last revision: - Merge branch 'master' into jep-483-step-01-8338017-add-aot-command-line-aliases - Merge branch 'master' of https://github.com/openjdk/jdk into jep-483-step-01-8338017-add-aot-command-line-aliases - Merge branch 'master' into jep-483-step-01-8338017-add-aot-command-line-aliases - @macarte comments - Merge branch 'master' into jep-483-step-01-8338017-add-aot-command-line-aliases - @dholmes-ora comments: do not check for -XX:AOTMode=create in JLI java.c - Fixed copyright dates - Merge branch 'master' of https://github.com/openjdk/jdk into jep-483-step-01-8338017-add-aot-command-line-aliases - Merge branch 'master' into jep-483-step-01-8338017-add-aot-command-line-aliases - Fixed whitespaces - ... and 1 more: https://git.openjdk.org/jdk/compare/4a391e9c...d02959b8 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/20516/files - new: https://git.openjdk.org/jdk/pull/20516/files/26df2d5a..d02959b8 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=20516&range=06 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20516&range=05-06 Stats: 57582 lines in 924 files changed: 46849 ins; 5815 del; 4918 mod Patch: https://git.openjdk.org/jdk/pull/20516.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/20516/head:pull/20516 PR: https://git.openjdk.org/jdk/pull/20516