[jdk17u-dev] RFR: 8289182: NMT: MemTracker::baseline should return void

Goetz Lindenmaier goetz at openjdk.org
Wed Apr 17 13:31:07 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 @Delawen, @tstuefe
why do we need this in 17? 
Probably there is a follow up you want to backport?

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

PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2415#issuecomment-2061262446


More information about the jdk-updates-dev mailing list