RFR: 8049229 sun/tools/jps/jps-l_1.sh fails with Execution failed: exit code 1

Staffan Larsen staffan.larsen at oracle.com
Thu Jul 3 09:22:57 UTC 2014


bug: https://bugs.openjdk.java.net/browse/JDK-8049229
webrev: http://cr.openjdk.java.net/~sla/8049229/webrev.00/

The problem here is that the awk scripts in the test match the lines in the ups output that end in “.jar" twice and end up failing. The solution is to stop matching after we have found one match.

Thanks,
/Staffan


More information about the serviceability-dev mailing list