changeset 22602 | 0d9a07b0d7e9 |
parent 6125 | f919e72613e5 |
--- a/jdk/test/java/util/logging/AnonLoggerWeakRefLeak.sh Wed Jan 08 11:19:25 2014 -0800 +++ b/jdk/test/java/util/logging/AnonLoggerWeakRefLeak.sh Fri Jan 17 21:54:30 2014 +0100 @@ -83,9 +83,9 @@ fi if [ "$status" != 0 ]; then - echo "ERROR: 'jmap $jmap_option' is not supported so this test" - echo "ERROR: cannot work reliably. Aborting!" - exit 2 + echo "WARNING: 'jmap $jmap_option' is not supported on this platform" + echo "WARNING: so this test cannot work reliably. Aborting!" + exit 0 fi fi