Markus, Christian: Thanks! On 21 aug 2014, at 13:10, Christian Tornqvist <christian.tornqv...@oracle.com> wrote:
> Hi Staffan, > > This looks good, thanks for fixing this. > > Thanks, > Christian > > -----Original Message----- > From: serviceability-dev > [mailto:serviceability-dev-boun...@openjdk.java.net] On Behalf Of Staffan > Larsen > Sent: Thursday, August 21, 2014 6:16 AM > 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 >