[jdk17u-dev] RFR: 8290908: misc tests fail: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
Severin Gehwolf
sgehwolf at openjdk.org
Thu Aug 18 09:47:25 UTC 2022
On Thu, 18 Aug 2022 09:21:29 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
>> @adinn Please use PR title `Backport 0ae834105740f7cf73fe96be22e0f564ad29b18d` as we know the sha of the mainline patch. Please also target branch `pr/635` over `master` since that's the PR this depends on (uses the depending pull requests feature).
>
> @jerboaa How do I make this patch target pr/635? n.b. I raised the PR from a branch that is derived from the one used to raise pr/635.
@adinn In the UI when you create a PR, the target branch should be `openjdk:pr/635` instead of `openjdk:master`. "See [adinn](https://github.com/adinn) wants to merge 2 commits into [openjdk:master](https://github.com/openjdk/jdk17u-dev) from [adinn:JDK-8290908](https://github.com/adinn/jdk17u-dev/tree/JDK-8290908)" above. You can re-use the branch you have, but by comparing it to `pr/635` only the changes on top would show up in the "changes" tab. It might mean you'd have to recreate the PR and close this one. Not sure if you have a widget to change the target branch (I don't, but I didn't create the PR).
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/636
More information about the jdk-updates-dev
mailing list