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@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