-
Notifications
You must be signed in to change notification settings - Fork 50
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
Merge master #62
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reviewed-by: prr, pbansal
Reviewed-by: vromero
… Processing Reviewed-by: stefank, pliden, rehn, neliasso, coleenp, smonteith
Reviewed-by: rwestberg, erikj, dholmes
Reviewed-by: shade, sjohanss
…nning TieredCompilation Reviewed-by: mdoerr, coleenp, iveresov
Reviewed-by: mcimadamore
Reviewed-by: coleenp, dholmes
Reviewed-by: cjplummer, sspitsyn
Reviewed-by: lucy
Reviewed-by: rkennke
Reviewed-by: shade
…DerivedPointerTable' after JDK-8253180 Reviewed-by: shade, eosterlund
…producible) Reviewed-by: bobv, shade
Reviewed-by: erikj, aph
Reviewed-by: iignatyev, lmesnik
Reviewed-by: asemenyuk, almatvee, kizune
…HAS_FORWARDED Reviewed-by: shade, zgu
Reviewed-by: shade, stefank, tschatzl
…atic archive Reviewed-by: iklam, mchung
Reviewed-by: dcubed
…ructions Reviewed-by: neliasso, kvn
…oesn't need it Reviewed-by: kbarrett, iklam
…Size' after JDK-8252847 Reviewed-by: kvn
… not in CodeBuffer memory" Reviewed-by: shade
Reviewed-by: kvn
Reviewed-by: iignatyev, kvn
…hread state from non-VM-thread Reviewed-by: shade, coleenp, dcubed, dholmes
Reviewed-by: ayang, eosterlund
…ad barrier Reviewed-by: rkennke
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
Reviewed-by: sspitsyn, rehn
Reviewed-by: phh, sspitsyn
Reviewed-by: sspitsyn
…VMForHandshake() Reviewed-by: rrich, dholmes, dcubed, rehn
Reviewed-by: dcubed
…java fails Reviewed-by: stuefe
Reviewed-by: kvn, coleenp, kbarrett, iveresov
…agate_dependencies} Reviewed-by: thartmann, kvn
Reviewed-by: thartmann, kvn
Reviewed-by: thartmann, kvn
Reviewed-by: chagedorn, kvn
Reviewed-by: kbarrett, tschatzl
…y's compressed size Reviewed-by: lancea, alanb
Reviewed-by: stefank
… message Reviewed-by: sjohanss, lkorinth
Reviewed-by: egahlin
Reviewed-by: stuefe, goetz
…ils with release VMs Reviewed-by: dholmes, dcubed, stuefe
…f line Reviewed-by: iklam, ccheung, mchung
Reviewed-by: iklam
👋 Welcome back duke! A progress list of the required criteria for merging this PR into |
Webrevs
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi all,
this is an automatically generated pull request to notify you that there are 105 commits from the branch
master
that can not be merged into the branchrecords-2
:The following file 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.
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:
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
Error
Merge
, but:Merge master
Testing
Download
$ git fetch https://git.openjdk.java.net/amber pull/62/head:pull/62
$ git checkout pull/62