RFR(s): 8167437: Fix module dependencies for tests that use internal API (java/lang)
Alan Bateman
Alan.Bateman at oracle.com
Mon Oct 10 15:05:16 UTC 2016
On 10/10/2016 15:55, Sergei Kovalev wrote:
> Hi Alan,
>
> sun.reflect.*
>
> ./jdk9_latest/bin/jmod describe ./jdk9_latest/jmods/jdk.unsupported.jmod
>
> jdk.unsupported at 9-ea
> requires mandated java.base
> exports com.sun.nio.file
> exports sun.misc
> * exports sun.reflect*
> operating-system-name Linux
> operating-system-architecture amd64
> operating-system-version 2.6
sun.reflect.generics.parser is in java.base, I don't see anything using
jdk.unsupported/sun.reflect. You can check this quickly by running the
test without your change.
-Alan
More information about the core-libs-dev
mailing list