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 #62

Merged
merged 106 commits into from
Oct 16, 2020
Merged

Merge master #62

merged 106 commits into from
Oct 16, 2020

Conversation

openjdk-bot
Copy link

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

Hi all,

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

The following file contains merge conflicts:

  • src/hotspot/share/classfile/classFileParser.cpp

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 Windows x64 macOS x64
Build ✔️ (5/5 passed) ✔️ (2/2 passed) ✔️ (2/2 passed)
Test (tier1) ✔️ (9/9 passed) ✔️ (9/9 passed) ✔️ (9/9 passed)

Download

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

Sorry, something went wrong.

mrserb and others added 30 commits October 9, 2020 05:08
… Processing

Reviewed-by: stefank, pliden, rehn, neliasso, coleenp, smonteith
…nning TieredCompilation

Reviewed-by: mdoerr, coleenp, iveresov
Reviewed-by: mcimadamore
Reviewed-by: coleenp, dholmes
…DerivedPointerTable' after JDK-8253180

Reviewed-by: shade, eosterlund
Reviewed-by: erikj, aph
Reviewed-by: shade, stefank, tschatzl
…oesn't need it

Reviewed-by: kbarrett, iklam
… not in CodeBuffer memory"

Reviewed-by: shade
Reviewed-by: iignatyev, kvn
…hread state from non-VM-thread

Reviewed-by: shade, coleenp, dcubed, dholmes
Daniel D. Daugherty and others added 22 commits October 14, 2020 19:07
Reviewed-by: rriggs, iignatyev, kvn
Co-authored-by: Vivek Deshpande <vdeshpande@openjdk.org>
Co-authored-by: Qi Feng <qfeng@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Jean-Philippe Halimi <jphalimi@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Razvan Lupusoru <rlupusoru@openjdk.org>
Co-authored-by: Smita Kamath <svkamath@openjdk.org>
Co-authored-by: Rahul Kandu <rkandu@openjdk.org>
Co-authored-by: Kishor Kharbas <kkharbas@openjdk.org>
Co-authored-by: Eric Liu <Eric.Liu2@arm.com>
Co-authored-by: Aaloan Miftah <someusername3@gmail.com>
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Shravya Rukmannagari <srukmannagar@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Lauren Walkowski <lauren.walkowski@arm.com>
Co-authored-by: Yang Zang <Yang.Zhang@arm.com>
Co-authored-by: Joshua Zhu <jzhu@openjdk.org>
Co-authored-by: Wang Zhuo <wzhuo@openjdk.org>
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: erikj, chegar, kvn, darcy, forax, briangoetz, aph, epavlova, coleenp
…VMForHandshake()

Reviewed-by: rrich, dholmes, dcubed, rehn
Reviewed-by: kvn, coleenp, kbarrett, iveresov
…agate_dependencies}

Reviewed-by: thartmann, kvn
…y's compressed size

Reviewed-by: lancea, alanb
Reviewed-by: stefank
…ils with release VMs

Reviewed-by: dholmes, dcubed, stuefe
@bridgekeeper
Copy link

bridgekeeper bot commented Oct 15, 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 15, 2020
@mlbridge
Copy link

mlbridge bot commented Oct 15, 2020

Webrevs

@vicente-romero-oracle vicente-romero-oracle merged commit c4c72f8 into openjdk:records-2 Oct 16, 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