RFR(S): 8180184: Add DATA and FSIZE to os::Posix::print_rlimit_info

David Holmes david.holmes at oracle.com
Mon May 29 07:12:06 UTC 2017


On 29/05/2017 5:10 PM, David Holmes wrote:
> Hi Mikael,
> 
> Looks okay - good to see the code sharing.
> 
> I wonder if the C compiler converts x/20124 into x >>10 ? :)

Don't know what happened there: x/1024 into x>>10 :)

David

> Cheers,
> David
> 
> On 27/05/2017 7:22 AM, Mikael Vidstedt wrote:
>>
>> Please review the following fix which adds RLIMIT_DATA and 
>> RLIMIT_FISZE to the rlimit related data in the crash dump, and cleans 
>> up/unifies some of the related code.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8180184 
>> <https://bugs.openjdk.java.net/browse/JDK-8180184>
>> Webrev: 
>> http://cr.openjdk.java.net/~mikael/webrevs/8180184/webrev.00/hotspot/webrev/ 
>> <http://cr.openjdk.java.net/~mikael/webrevs/8180184/webrev.00/hotspot/webrev/> 
>>
>>
>> Tested using JPRT. Manually verified that the crash dump contains the 
>> expected information.
>>
>> Thanks to Thomas for helping verify that the change works as expected 
>> on AIX as well!
>>
>> Cheers,
>> Mikael
>>


More information about the hotspot-runtime-dev mailing list