%p is not properly recognized when specifying in AOT configuration file name.
Example:
java -XX:+AOTClassLinking -XX:AOTMode=record -XX:AOTConfiguration=test%p.aotconfig -version
The generated config file will be exactly "test%p.aotconfig", no real process pid is substituted.
The regression was introduced in jdk25b12
Example:
java -XX:+AOTClassLinking -XX:AOTMode=record -XX:AOTConfiguration=test%p.aotconfig -version
The generated config file will be exactly "test%p.aotconfig", no real process pid is substituted.
The regression was introduced in jdk25b12
- duplicates
-
JDK-8355798 Implement JEP 514: Ahead-of-Time Command Line Ergonomics
-
- Open
-