Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master #65

Merged
merged 111 commits into from
Nov 2, 2020
Merged

Merge master #65

merged 111 commits into from
Nov 2, 2020

Conversation

openjdk-bot
Copy link

@openjdk-bot openjdk-bot commented Oct 29, 2020

Hi all,

this is an automatically generated pull request to notify you that there are 110 commits from the branch masterthat can not be merged into the branch records-2:

Over 19 files contains merge conflicts.

All Committers in this project have access to my personal fork 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 of the openjdk/amber repository.

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

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

# Merge the target branch
$ git merge records-2

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.git openjdk-bot-65:65

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


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Error

 ⚠️ Merge commit message is not Merge, but: Merge master

Testing

Linux x64 Linux x86 Windows x64 macOS x64
Build ✔️ (5/5 passed) ✔️ (2/2 passed) ✔️ (2/2 passed) ✔️ (2/2 passed)
Test (tier1) ✔️ (9/9 passed) ✔️ (9/9 passed) ✔️ (9/9 passed) ✔️ (9/9 passed)

Download

$ git fetch https://git.openjdk.java.net/amber pull/65/head:pull/65
$ git checkout pull/65

Sorry, something went wrong.

naotoj and others added 30 commits October 23, 2020 01:13
…shes on AVX512 machines

Reviewed-by: psandoz, sviswanathan, jbhateja
Reviewed-by: sjohanss, kbarrett, ayang
Reviewed-by: adinn, vkempik
Co-authored-by: Yanhong Zhu <zhuyanhong2@huawei.com>
Reviewed-by: adinn
Reviewed-by: neliasso, kvn
…n/JComboBoxPopupLocation.java fails on windows

Reviewed-by: trebari, serb
naotoj and others added 22 commits October 28, 2020 20:01
… for code-gen

Reviewed-by: kvn, vlivanov, azeemj
…d-safe manner

Reviewed-by: chegar, ryadav, dfuchs
Reviewed-by: shade, ayang, kbarrett
…ore thread right after VM call on x86_32

Reviewed-by: dholmes, shade
…ocessing

Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Reviewed-by: rrich, sspitsyn
Reviewed-by: ayang, kbarrett
…evel

add more method-level options  for -XX:CompileCommand
eg. -XX:CompileCommand=option,java.lang.String::startsWith,BreakAtCompile directs JIT compilers to hit BREAKPOINT when they compile the method java.lang.String::startsWith.

Reviewed-by: neliasso, azeemj, phh
…va.net.BindException: Cannot assign requested address: connect

Reviewed-by: dfuchs, michaelm
@bridgekeeper
Copy link

bridgekeeper bot commented Oct 29, 2020

👋 Welcome back duke! A progress list of the required criteria for merging this PR into records-2 will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added merge-conflict The pull request has a merge conflict with the target branch rfr Ready for review labels Oct 29, 2020
@mlbridge
Copy link

mlbridge bot commented Oct 29, 2020

Webrevs

@vicente-romero-oracle vicente-romero-oracle merged commit 2919ad2 into openjdk:records-2 Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-auto-merge merge-conflict The pull request has a merge conflict with the target branch rfr Ready for review
Development

Successfully merging this pull request may close these issues.

None yet