RFR: 8303068: Memory leak in DwarfFile::LineNumberProgram::run_line_number_program
David Holmes
dholmes at openjdk.org
Fri Feb 24 23:18:05 UTC 2023
On Fri, 24 Feb 2023 11:16:23 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
> Can't we change the type of _state to LineNumberProgramState?
I think you meant change to `LineNumberProgram` ?
I'm not really familiar with this code and just want to fix the memory leak that was detected. Any redesign of the code really needs to be a separate RFE.
-------------
PR: https://git.openjdk.org/jdk/pull/12738
More information about the hotspot-dev
mailing list