RFR: 8328944: NMT reports "unknown" memory [v4]

Gerard Ziemski gziemski at openjdk.org
Fri Nov 22 19:01:27 UTC 2024


On Thu, 21 Nov 2024 21:09:33 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:

>> We use `mtNone` value in several functions default parameters, which may show up in NMT reports.
>> 
>> We address this, by avoiding using `mtNone`.
>> 
>> This fix only addresses the cases covered by the issue. I am not trying to replace every single `mtNone` here, but eventually the goal would be to do just that.
>> 
>> Testing: passes MARCH5 tier1-5
>
> Gerard Ziemski has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Stefan's feedback

Filed [Do not use mtNone if we know the tag type](https://bugs.openjdk.org/browse/JDK-8344883) as a followup to fix the remaining `mtNone` tags.

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

PR Comment: https://git.openjdk.org/jdk/pull/21843#issuecomment-2494552118


More information about the shenandoah-dev mailing list