RFR(XXS): 8025740: Typo. Error line for wrong ReservedCodeCacheSize value is printed twice
Albert Noll
albert.noll at oracle.com
Mon Oct 14 00:27:13 PDT 2013
Thank you, Vladimir.
Best,
Albert
On 14.10.2013 09:14, Vladimir Kozlov wrote:
> Good.
>
> Vladimir
>
> On 10/13/13 11:23 PM, Albert Noll 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/
>> <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
>>
More information about the hotspot-compiler-dev
mailing list