8055677 java/lang/instrument/RedefineBigClass.sh RetransformBigClass.sh start failing after JDK-8055012
Christian Tornqvist
christian.tornqvist at oracle.com
Thu Aug 21 11:10:53 UTC 2014
Hi Staffan,
This looks good, thanks for fixing this.
Thanks,
Christian
-----Original Message-----
From: serviceability-dev
[mailto:serviceability-dev-bounces at openjdk.java.net] On Behalf Of Staffan
Larsen
Sent: Thursday, August 21, 2014 6:16 AM
To: serviceability-dev at 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
More information about the serviceability-dev
mailing list