[crac] RFR: Provide arguments for restore [v3]
Anton Kozlov
akozlov at openjdk.java.net
Tue Mar 1 12:13:26 UTC 2022
> This change adds a new API and implementation to receive a new set of command-line arguments in the restored Java instance. The supplied demo code shows a faster replacement for `javac`.
>
> The current implementation obligates the first argument of the new set not to start with the dash, otherwise, the java launcher will interpret it as its own parameter. So the first argument should be a "verb" similar to the Main class.
Anton Kozlov has updated the pull request incrementally with one additional commit since the last revision:
Rename to newArguments, add javax.crac mirror
-------------
Changes:
- all: https://git.openjdk.java.net/crac/pull/16/files
- new: https://git.openjdk.java.net/crac/pull/16/files/fc947311..b3a09209
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=crac&pr=16&range=02
- incr: https://webrevs.openjdk.java.net/?repo=crac&pr=16&range=01-02
Stats: 20 lines in 3 files changed: 14 ins; 0 del; 6 mod
Patch: https://git.openjdk.java.net/crac/pull/16.diff
Fetch: git fetch https://git.openjdk.java.net/crac pull/16/head:pull/16
PR: https://git.openjdk.java.net/crac/pull/16
More information about the crac-dev
mailing list