[lambda-leftovers] RFR: Merge master

J.Duke duke at openjdk.java.net
Tue Jun 2 16:02:23 UTC 2020


Hi all,

this is an _automatically_ generated pull request to notify you that there are 74 commits from the branch `master`that
can **not** be merged into the branch `lambda-leftovers`:

The following file contains merge conflicts:

- src/jdk.compiler/share/classes/com/sun/tools/javac/code/Source.java

All Committers in this [project](https://openjdk.java.net/census#Optional[amber]) have access to my [personal
fork](https://github.com/openjdk-bot/amber) and can therefore help resolve these merge conflicts (you may want to
coordinate who should do this). The following paragraphs will give an example on how to solve these merge conflicts and
push the resulting merge commit to this pull request. The below commands should be run in a local clone of your
[personal fork](https://wiki.openjdk.java.net/display/skara#Skara-Personalforks) of the
[openjdk/amber](https://github.com/openjdk/amber) repository.

# Ensure target branch is up to date
$ git checkout lambda-leftovers
$ git pull https://github.com/openjdk/amber lambda-leftovers

# Fetch and checkout the branch for this pull request
$ git fetch https://github.com/openjdk-bot/amber +46:openjdk-bot-46
$ git checkout openjdk-bot-46

# Merge the target branch
$ git merge lambda-leftovers

When you have resolved the conflicts resulting from the `git merge` command above, run the following commands to create
a merge commit:

$ git add paths/to/files/with/conflicts
$ git commit -m 'Merge master'


When you have created the merge commit, run the following command to push the merge commit to this pull request:

$ git push https://github.com/openjdk-bot/amber openjdk-bot-46:46

_Note_: if you are using SSH to push commits to GitHub, then change the URL in the above `git push` command accordingly.

Thanks,
J. Duke

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

Commit messages:
 - 8245714: "Bad graph detected in build_loop_late" when loads are pinned on loop limit check uncommon branch
 - 8244086: Following 8241492, strip mined loop may run extra iterations
 - 8246097: Shenandoah: limit parallelism in CLDG root handling
 - 8246100: Shenandoah: walk roots in more efficient order
 - 8246241: LambdaFormEditor should use a transform lookup key that is not a SoftReference
 - 8242281: IntStream.html#reduce doc should not mention average
 - 8239083: C1 assert(known_holder == NULL || (known_holder->is_instance_klass() && (!known_holder->is_interface() || ((ciInstanceKlass*)known_holder)->has_nonstatic_concrete_methods())), "should be non-static concrete method");
 - 8243506: SharedBaseAddress is ignored by -Xshare:dump
 - 8239477: jdk/jfr/jcmd/TestJcmdStartStopDefault.java fails -XX:+VerifyOops with "verify_oop: rsi: broken oop"
 - 8245957: Remove unused LIR_OpBranch::type after SPARC port removal
 - ... and 64 more: https://git.openjdk.java.net/amber/compare/6df2a95d...9c99008a

The webrev contains the conflicts with lambda-leftovers:
 - merge conflicts: https://webrevs.openjdk.java.net/amber/26/webrev.00.conflicts

Changes: https://git.openjdk.java.net/amber/pull/26/files
  Stats: 23980 lines in 461 files changed: 13033 ins; 8915 del; 2032 mod
  Patch: https://git.openjdk.java.net/amber/pull/26.diff
  Fetch: git fetch https://git.openjdk.java.net/amber pull/26/head:pull/26

PR: https://git.openjdk.java.net/amber/pull/26


More information about the amber-dev mailing list