[jdk17u-dev] RFR: 8274944: AppCDS dump causes SEGV in VM thread while adjusting lambda proxy class info [v3]

openjdk-notifier[bot] duke at openjdk.java.net
Thu Feb 3 08:27:23 UTC 2022


On Tue, 1 Feb 2022 12:39:38 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

>> I backport this for parity with 17.0.3-oracle.
>> 
>> I had to adapt the tests: I removed one check from dynamicArchive/LambdaContainsOldInf.java.
>> 
>> This depends on JDK-8271506.
>
> Goetz Lindenmaier has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   Backport e5cd2692da6327c6fde954f86595a08fe5edf43f

The dependent pull request has now been integrated, and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork:


git checkout goetz_backport_8271506
git fetch https://git.openjdk.java.net/jdk17u-dev master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push

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

PR: https://git.openjdk.java.net/jdk17u-dev/pull/133


More information about the jdk-updates-dev mailing list