On 25/09/2016 16:16, Sergei Kovalev wrote:
If I've drop jdk.jartool, I faced with ClassNotFound error as I showed
in #3
java.lang.ClassNotFoundException:
jdk.security.jarsigner.JarSigner$Builder
As you can see TEST.properties contains both: jdk.compiler and
jdk.jartool
I didn't suggesting dropping jdk.jartool, I was suggesting changing
"@module java.compiler/javax.tools" to "@modules java.compiler".
I think we need to start a new thread on jtreg-dev about this issue as
this is about test selection when TEST.properties is used to list the
required modules.
-Alan