RFR: JDK-8261644: NMT: Simplifications and cleanups [v3]

Thomas Stuefe stuefe at openjdk.java.net
Sat Feb 13 05:23:00 UTC 2021


On Fri, 12 Feb 2021 22:21:35 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Constructor brackets
>
> src/hotspot/share/services/threadStackTracker.hpp line 44:
> 
>> 42:     _base(base),
>> 43:     _size(size)
>> 44:   {}
> 
> nit: can you put {} on the same line as _size ?

Done.

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

PR: https://git.openjdk.java.net/jdk/pull/2539


More information about the hotspot-dev mailing list