RFR(S): 8064953: Asserts.assert* should print values

Igor Veresov igor.veresov at oracle.com
Fri Nov 28 22:36:24 UTC 2014


Looks good.

igor

> On Nov 27, 2014, at 9:14 AM, Tatiana Pivovarova <tatiana.pivovarova at oracle.com> wrote:
> 
> 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