RFR(XXS): 8025740: Typo. Error line for wrong ReservedCodeCacheSize value is printed twice

Christian Thalinger christian.thalinger at oracle.com
Mon Oct 14 11:27:26 PDT 2013


Looks good.

On Oct 13, 2013, at 11:23 PM, Albert Noll <albert.noll at oracle.com> wrote:

> Hi,
> 
> could I get reviews for this small patch?
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8025740
> Webrev: http://cr.openjdk.java.net/~anoll/8025740/webrev.00/
> 
> problem: 'java -XX:ReservedCodeCacheSize=2049m -version' gives the following output.
> 
> > Invalid ReservedCodeCacheSize=2049M. Must be at most 2048M.
> > Invalid ReservedCodeCacheSize=2049M. Must be at most 2048M.
> 
> Solution: Remove duplicate check of ReservedCodeCacheSize from Arguments::check_gc_consistency().
> 
> 
> Best,
> Albert
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20131014/0277e9e0/attachment-0001.html 


More information about the hotspot-compiler-dev mailing list