RFR(xs): 8152180: SIGFPE in CMSCollector::preclean with big CMSScheduleRemarkSamplingRatio

Derek White derek.white at oracle.com
Wed Apr 6 18:25:05 UTC 2016


Looks good to me.

  - Derek

On 4/5/16 5:44 PM, sangheon wrote:
> Hi all,
>
> After a discussion with Jesper, I added a parentheses for better 
> readability.
>
> Updated webrev:
> http://cr.openjdk.java.net/~sangheki/8152180/webrev.02
>
> Thanks,
> Sangheon
>
>
> On 04/05/2016 06:59 AM, sangheon wrote:
>> Hi all,
>>
>> I reverted the change for this flag's type to 'uintx' as there's no 
>> benefit of changing it on 32bit.
>> This new webrev only contains the calculation rephrase.
>>
>> http://cr.openjdk.java.net/~sangheki/8152180/webrev.01
>>
>> Thanks,
>> Sangheon
>>
>>
>> On 04/02/2016 11:38 PM, sangheon wrote:
>>> Hi all,
>>>
>>> Could I have a couple of reviews for this tiny change?
>>>
>>> There would be an arithmetic overflow with 
>>> CMSScheduleRemarkSamplingRatio at CMSCollector::preclean() as the 
>>> flag(uintx type with max limit of max_uintx) is multiplied by 100.
>>> This change is simply rephrased the calculation routine to avoid the 
>>> overflow and changed the flag's type to 'uint' because 'uintx' seems 
>>> too large for the flag.
>>>
>>> CR: https://bugs.openjdk.java.net/browse/JDK-8152180
>>> Webrev: http://cr.openjdk.java.net/~sangheki/8152180/webrev.00
>>> Testing: JPRT, runtime/commandline JTREG for all platforms
>>>
>>> Thanks,
>>> Sangheon
>>
>




More information about the hotspot-gc-dev mailing list