RFR(S): 8064953: Asserts.assert* should print values
Tatiana Pivovarova
tatiana.pivovarova at oracle.com
Thu Nov 27 17:14:58 UTC 2014
Hi,
please review this enhancement patch.
bugid: https://bugs.openjdk.java.net/browse/JDK-8064953
webrev: http://cr.openjdk.java.net/~iignatyev/tpivovarova/8064953/webrev.00/
Problem:
'assert*' methods which get message as 'msg' parameter don't print
compared parameter's values. These values must be printed in any case:
with or without 'msg' parameter.
Solution:
This enhancement force 'assert*' methods to print compared values.
Testing: Manual. I run all tests in hotspot/test/* on the latest jdk.
Thanks,
Tatiana
More information about the hotspot-compiler-dev
mailing list