-
Notifications
You must be signed in to change notification settings - Fork 49
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 #31
Merged
vicente-romero-oracle
merged 153 commits into
openjdk:concise-method-declarations
from
openjdk-bot:53
Jun 19, 2020
Merged
Merge master #31
vicente-romero-oracle
merged 153 commits into
openjdk:concise-method-declarations
from
openjdk-bot:53
Jun 19, 2020
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: psadhukhan
…rgetF10.html fails Reviewed-by: psadhukhan
…ils on windows Reviewed-by: kizune
Add G1OldGenAllocationTracker Reviewed-by: tschatzl, phh
…nal operation Changed Cipher[In/Out]putStream to allocate a buffer and reuse it Reviewed-by: weijun
…d superclass with no permits clause Reviewed-by: mcimadamore
Reviewed-by: valeriep
…a list of classes has not changed Refactor the redefine check of an array attribute Reviewed-by: hseigel, coleenp
Reviewed-by: kvn
…ncurrent weak roots phase Reviewed-by: shade
Reviewed-by: pliden, eosterlund
…ant errors paths Reviewed-by: pliden, eosterlund
… not make compiled methods on stack not_entrant Reviewed-by: mdoerr, kvn, sspitsyn
…cket option This patch removes ExtendedSocketOptions.SO_FLOW_SLA, SocketFlow and SocketFlow.Status which were terminally deprecated in JDK 14 in preparation for the removal of the Solaris port. Reviewed-by: alanb, dfuchs, chegar, vtewari
…or failed mmap call Reviewed-by: sjohanss, stefank
Reviewed-by: kvn
Reviewed-by: goetz, xliu
Reviewed-by: xuelei
Free _local_interfaces when we free _transitive_interfaces since they can share memory. Reviewed-by: fparain, lfoltan, iklam
Reviewed-by: rriggs, psandoz, martin
Reviewed-by: egahlin
…ntally tagged artifacts Reviewed-by: egahlin
Reviewed-by: stefank, tschatzl, sjohanss
Use vm_global() OopStorage for system dictionary roots Reviewed-by: eosterlund, lfoltan
Reviewed-by: hannesw
…a:bootClasses Reviewed-by: lmesnik, vlivanov
…ith OOM Reviewed-by: sundar
Reviewed-by: weijun
…ctedException Fix for intermitant failure with AsynchronousSocketChannelNAPITest that sometimes fails with a NotYetConnectedException while trying to read data after connecting Reviewed-by: alanb, dfuchs
Reviewed-by: jjg
Reviewed-by: egahlin
Reviewed-by: egahlin
…rvices/virtualMemoryTracker.cpp:388 Error: ShouldNotReachHere() Reviewed-by: minqi, dholmes
Reviewed-by: psandoz, martin, bchristi, rriggs, smarks
…undle root) Reviewed-by: herrick, almatvee
…s with --illegal-access=deny Add modules to test/hotspot/jtreg/compiler/intrinsics/Test8237524 Reviewed-by: iignatyev
Perform base archive header CRC check earlier. Reviewed-by: iklam, coleenp
Reviewed-by: zgu
… backoff Reviewed-by: zgu
… interrupts Reviewed-by: xuelei, coffeys
Reviewed-by: joehw, redestad
Reviewed-by: egahlin
8245585: Add SourceVersion.RELEASE_16 8245586: Add source 16 and target 16 to javac 8245544: com/sun/tools/javac/platform/JDKPlatformProvider.java does not support ct.sym with platform versions 16+ Co-authored-by: David Holmes <david.holmes@oracle.com> Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com> Reviewed-by: erikj, dholmes, ihse, neugens, jjg, jlahoda, jlaskey, mikael
…/suspend/suspend001/TestDescription.java Reviewed-by: dholmes
👋 Welcome back duke! A progress list of the required criteria for merging this PR into |
openjdk
bot
added
merge-conflict
The pull request has a merge conflict with the target branch
rfr
Ready for review
labels
Jun 11, 2020
Webrevs |
@openjdk-bot This change is no longer ready for integration - check the PR body for details. |
openjdk
bot
added
ready
Ready to be integrated
and removed
merge-conflict
The pull request has a merge conflict with the target branch
labels
Jun 19, 2020
openjdk
bot
added
merge-conflict
The pull request has a merge conflict with the target branch
and removed
ready
Ready to be integrated
rfr
Ready for review
labels
Jun 19, 2020
/integrate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 152 commits from the branch
master
that can not be merged into the branchconcise-method-declarations
: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
Download
$ git fetch https://git.openjdk.java.net/amber pull/31/head:pull/31
$ git checkout pull/31