RFR: 8316669: ImmutableOopMapSet destructor not called [v2]

Thomas Schatzl tschatzl at openjdk.org
Fri Sep 22 07:29:45 UTC 2023


> Hi all,
> 
>   please review this addition to call the destructor of `ImmutableOopMapSet` before its memory is deleted. There is no functional problem as the destructor is empty, but it is surprising to free new'ed objects without calling its destructor.
> 
> Testing: gha
> 
> Thanks,
>   Thomas

Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:

  jvernee review

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/15862/files
  - new: https://git.openjdk.org/jdk/pull/15862/files/46d9c17e..48feb28b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15862&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15862&range=00-01

  Stats: 8 lines in 3 files changed: 5 ins; 2 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/15862.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15862/head:pull/15862

PR: https://git.openjdk.org/jdk/pull/15862


More information about the hotspot-compiler-dev mailing list