[jdk8u-dev] RFR: 8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM [v2]

Paul Hohensee phh at openjdk.org
Tue Nov 28 23:14:34 UTC 2023


On Tue, 28 Nov 2023 16:53:23 GMT, Volker Simonis <simonis at openjdk.org> wrote:

>> Paul Hohensee has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8304074: whitespace fix
>
> jdk/make/mapfiles/libmanagement/mapfile-vers line 92:
> 
>> 90: 	    Java_sun_management_ThreadImpl_getThreadAllocatedMemory0;
>> 91: 	    Java_sun_management_ThreadImpl_getThreadAllocatedMemory1;
>> 92:             Java_sun_management_ThreadImpl_getTotalThreadAllocatedMemory;
> 
> All the other entries are indented by a TAB plus four spaces. This is not ideal, but please use the same scheme to get the same indentation independently of the TAB size.

Fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk8u-dev/pull/392#discussion_r1408525503


More information about the jdk8u-dev mailing list