[jdk17u-dev] RFR: 8289182: NMT: MemTracker::baseline should return void
Thomas Stuefe
stuefe at openjdk.org
Thu Apr 18 07:46:05 UTC 2024
On Tue, 16 Apr 2024 13:48:00 GMT, María Arias de Reyna <duke at openjdk.org> wrote:
> This backport does not introduce any new feature or bug fixing, but it removes dead code. Before the backport, MemTracker::baseline() always returned true. Now, it returns void and all the conditionals that depended on that result are simplified.
Hi Goetz,
This is the same logic behind Maria's attempt to port NMT changes to 11, which you blocked. We did not explicitly talk about 17. If you, as maintainer, feel 17 should be feature stable and we should not downport NMT changes, then that is fine with us. In that case, we would abort the attempt to downport any missing NMT changes.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2415#issuecomment-2063232865
More information about the jdk-updates-dev
mailing list