[jdk11u-dev] RFR: 8251570: JDK-8215624 causes assert(worker_id < _n_workers) failed: Invalid worker_id
openjdk-notifier [bot]
"github.com+73116608+openjdk-notifier[bot]" at openjdk.java.net
Wed Sep 8 05:18:29 UTC 2021
On Tue, 24 Aug 2021 12:41:42 GMT, Bin Liao <github.com+3094961+buddyliao at openjdk.org> wrote:
> This patch is backport based on https://github.com/openjdk/jdk11u-dev/pull/127
>
> I have built it on linux x86_64 and run test-tier1 successfully
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 parallel_heap_iter
git fetch https://git.openjdk.java.net/jdk11u-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/jdk11u-dev/pull/284
More information about the jdk-updates-dev
mailing list