RFR: 8346778: Enable native access should work with the source launcher [v2]
Christian Stein
cstein at openjdk.org
Thu Jan 9 20:18:45 UTC 2025
On Thu, 9 Jan 2025 20:06:49 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Do you expect any other options that the source launcher might need to handle? Right now, there are warnings when the module or package name is not in modules in the boot layer. There other CLI options would be very advanced so assume not.
I cannot think of any other useful options in addition to the ones handled in [RelevantJavacOptions.java](https://github.com/openjdk/jdk/blob/master/src/jdk.compiler/share/classes/com/sun/tools/javac/launcher/RelevantJavacOptions.java) for the time being that should also be forwarded to source launcher module layer setup for compilation or run time.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22930#issuecomment-2581170181
More information about the compiler-dev
mailing list