Looks good. /Markus
-----Original Message----- From: Staffan Larsen Sent: den 21 augusti 2014 12:16 To: serviceability-dev@openjdk.java.net Subject: RFR: 8055677 java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012 This failure happens because the test look for the string "Exception" in the output of the program to signal a failure. With the improved version of NMT, the output from NMT sometimes includes this string in a stack trace. The solution I've implemented is to redirect the NMT output to a file instead of having it on stdout. bug: https://bugs.openjdk.java.net/browse/JDK-8055677 webrev: http://cr.openjdk.java.net/~sla/8055677/webrev.00/ Thanks, /Staffan