RFR: 8328944: NMT reports "unknown" memory

Gerard Ziemski gziemski at openjdk.org
Tue Nov 19 22:01:14 UTC 2024


On Fri, 1 Nov 2024 20:44:50 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`.
> 
> Eventually the goal would be to eliminate using `mtNone` whenever possible.
> TODO: update copyrights.
> 
> Testing: undergoing MARCH5 tier1-5 ...

I re-did this fix from scratch, making sure that we do not loose Thomas'es expert knowledge, which he shared in his feedback.

This fix focuses on fixing the cases in the issue.

The more general approach to limit `mtNone` usage is left for a followup.

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

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


More information about the shenandoah-dev mailing list