Hi Katja, test/sun/tools/jps/JpsHelper.java typo @ L183 - "[E|e]xeption" -> "[E|e]xception"
Just to be sure: the "java.lang.RuntimeException: Expected to get exit value of [0]" exception mentioned in the issue description is actually caused by JpsBase failing because of the stale pid file error message in the jps stderr, right?
-JB- On 11/28/2014 10:47 AM, Yekaterina Kantserova wrote:
Hi, Could I please have a review of this fix. Since VM warnings go to stderr the suggested fix is to check only stdout for expected output and ignore warnings in stderr. bug: https://bugs.openjdk.java.net/browse/JDK-8066106 webrev: http://cr.openjdk.java.net/~ykantser/8066106/webrev.00/ The tests have been run and passed on all basic platforms. Thanks, Katj
