-
Notifications
You must be signed in to change notification settings - Fork 28
8198540: Dynalink leaks memory when generating type converters #127
Conversation
Reviewed-by: plevart, hannesw
👋 Welcome back attila! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be a better reviewer but time is nigh: ship it!
@szegedi This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 9 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
Thank you @yan-too ! I'll shortly follow it up with a backport of the change that makes the tests in this PR more reliable. |
/integrate |
@szegedi Since your change was applied there have been 9 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 26f7e6f. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
I would like to backport JDK-8198540 to 13u.
The patch doesn't apply cleanly due to minor context differences, namely that JDK-8251538 is not in 13u. This was a purely code refactoring task, which among other things refactored some anonymous inner classes in
TypeConverterFactory.java
andClassMap.java
to lambdas. All the lines that failed to apply cleanly were deletes, so after this change these differences no longer even exist.Additionally, 13u did not have running of tests in
test/jdk/jdk/dynalink
enabled as part of thejdk_other
test group, so a relevant single line of JDK-8252124 was also added totest/jdk/TEST.groups
to enable the two tests that are part of this change to run.Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk13u-dev pull/127/head:pull/127
$ git checkout pull/127