RFR(S): 8064953: Asserts.assert* should print values
David Holmes
david.holmes at oracle.com
Thu Nov 27 22:43:57 UTC 2014
Hi Tatiana,
This looks okay to me.
Thanks,
David
On 28/11/2014 1:53 AM, Tatiana Pivovarova 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