RFR 8181299/10, Several jdk tests fail with java.lang.NoClassDefFoundError: jdk/test/lib/process/StreamPumper

Chris Hegarty chris.hegarty at oracle.com
Thu Jun 1 09:11:45 UTC 2017


> On 1 Jun 2017, at 04:27, Felix Yang <felix.yang at oracle.com> wrote:
> 
> Hi Chris and Daniel,
> 
>    new webrev with a few of explicit builds than wildcard.
> 
> http://cr.openjdk.java.net/~xiaofeya/8181299/webrev.01/

This seems very odd to me:

http://cr.openjdk.java.net/~xiaofeya/8181299/webrev.01/test/sun/security/tools/jarsigner/AltProvider.java.sdiff.html

The test is using jdk.test.lib.util.JarUtils ( which comes from the 
top-level test library ), but the @build specifies the JarUtils ( in
the unnamed package ) from the jdk test library.

Also, shouldn’t it use jdk.test.lib.compiler.CompilerUtils, rather than
CompilerUtils?

-Chris.


More information about the security-dev mailing list