RFR: 8260053: Optimize Tokens' use of Names [v2]
Guoxiong Li
github.com+13688759+lgxbslgx at openjdk.java.net
Fri Jan 22 12:18:53 UTC 2021
On Fri, 22 Jan 2021 10:45:07 GMT, Adam Sotona <asotona at openjdk.org> wrote:
>> @lgxbslgx platform of the jdk-bin.zip is not important until it is a zip file containing src.zip bundle with Open JDK 9, 10 or 11 sources used for javac benchmarking. I would suggest to use the above mentioned win distribution as the benchmarks are tested with it and commonly used as reference.
>
> I forgot to add that since Jigsaw enforcement has been applied it is also necessary to add following exports to the benchmark execution command line:
> --add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
> --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
> --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
> --add-exports=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
> --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
@asotona I built the test successfully. And the test is running. Thanks again.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2169
More information about the compiler-dev
mailing list