test/java/util/logging/LoggerWeakRefLeak.sh

Print this page
rev 8975 : 8028537: PPC64: Updated the JDK regression tests to run on AIX
Reviewed-by: alanb
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, volker.simonis@gmail.com

*** 81,93 **** status=0 fi fi if [ "$status" != 0 ]; then ! echo "ERROR: 'jmap $jmap_option' is not supported so this test" ! echo "ERROR: cannot work reliably. Aborting!" ! exit 2 fi fi # Start application and use TEST_NAME.port for coordination startApplication "$TEST_NAME" "$TEST_NAME.port" $seconds --- 81,93 ---- status=0 fi fi if [ "$status" != 0 ]; then ! echo "WARNING: 'jmap $jmap_option' is not supported on this platform" ! echo "WARNING: so this test cannot work reliably. Aborting!" ! exit 0 fi fi # Start application and use TEST_NAME.port for coordination startApplication "$TEST_NAME" "$TEST_NAME.port" $seconds