RFR: 8261547: Minor memory leak reported for Metal Rendering pipeline [v2]

Kevin Rushforth kcr at openjdk.java.net
Thu Feb 11 17:17:53 UTC 2021


On Thu, 11 Feb 2021 17:04:18 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Prasanta Sadhukhan has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
>> 
>>  - Merge master
>>  - Memory leak fix
>
> Changes requested by kcr (Committer).

It runs fine for me on dual screens. I verified that it is hitting the call to `JNU_ReleaseStringPlatformChars`. The only issue is the type of `str`, which should be `char *` (or maybe `const char *`) as noted above.

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

PR: https://git.openjdk.java.net/lanai/pull/182


More information about the lanai-dev mailing list