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

Albert Noll albert.noll at oracle.com
Sun Oct 13 23:23:41 PDT 2013


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/ 
<http://cr.openjdk.java.net/%7Eanoll/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/dbdfc25f/attachment.html 


More information about the hotspot-compiler-dev mailing list