RFR: 8332226: "Invalid package name:" from source launcher [v2]
Alan Bateman
alanb at openjdk.org
Tue May 21 19:32:00 UTC 2024
On Tue, 21 May 2024 19:19:58 GMT, Christian Stein <cstein at openjdk.org> wrote:
> Even with `exports jdk.internal.module to jdk.compiler` already in place before this change?
We can't have code in jdk.compiler that is compiled with both N-1 and N making use of classes in that internal package. So I think that will need to be fixed, for another PR of course, but let's not make it worse here.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19245#discussion_r1608856872
More information about the compiler-dev
mailing list