RFR: JDK-8261520: JDK-8261302 breaks runtime/NMT/CheckForProperDetailStackTrace.java [v2]

Thomas Stuefe stuefe at openjdk.java.net
Wed Feb 24 15:18:09 UTC 2021


On Wed, 24 Feb 2021 14:38:11 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:

>> Thomas Stuefe has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   unsigned->unsigned int
>
> src/hotspot/share/services/mallocSiteTable.hpp line 60:
> 
>> 58:  private:
>> 59:   MallocSite                         _malloc_site;
>> 60:   const unsigned                     _hash;
> 
> Prefer "unsigned int" to be consist with other places. Otherwise, Looks good to me.

Thank you Zhengyu!

I reverted to unsigned int. Using just unsigned is a bad habit of mine, sorry.

Cheers, Thomas

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

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


More information about the hotspot-dev mailing list