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

Merged
merged 75 commits into from
Jun 2, 2020
Merged

Conversation

openjdk-bot
Copy link

@openjdk-bot openjdk-bot commented Jun 2, 2020

Hi all,

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

The following files contains merge conflicts:

  • src/jdk.compiler/share/classes/com/sun/tools/javac/code/Flags.java
  • src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java

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 enhanced-enums
$ git pull https://github.com/openjdk/amber enhanced-enums

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

# Merge the target branch
$ git merge enhanced-enums

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-47:47

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

Error

 ⚠️ A merge PR must contain at least one commit that is not already present in the target.

Download

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

jayathirthrao and others added 30 commits May 21, 2020 11:13
…regroundTest.java fails

Reviewed-by: pbansal
… to ProblemList twice

Reviewed-by: psadhukhan
…d on loop limit check uncommon branch

Reviewed-by: thartmann
…Warnings() that allow version strings

Reviewed-by: dholmes, cjplummer
Reviewed-by: sspitsyn, sundar
Disable warning for gcc/clang.

Reviewed-by: ihse, iklam
Co-authored-by: Mark Kralj-Taylor <kralj.mark@gmail.com>
Reviewed-by: dfuchs, rriggs, dcubed, vtewari
…s when passed invalid parameters

This fix updates the spec for DatagramSocket's constructors to inform the user of the Exceptions thrown when an invalid argument is passed.

Reviewed-by: dfuchs
Reiplement memory scope using StampedLock

Reviewed-by: psandoz
Make test more robust by not relying on implicit endianness-related assumption

Reviewed-by: chegar
…ult file systems

Rework non-default file system paths of BodySubscriber::ofFile and BodyHandler::ofFile and fix BodyHandler::ofFileDownload to throw consistently for non-default file system paths

Reviewed-by: dfuchs, chegar
8237826: DocTrees should provide getType(DocTreePath) method

Reviewed-by: jjg
…ses returned by HostsFileNameService

Reviewed-by: dfuchs, alanb, vtewari
Reviewed-by: erikj, mgronlun
Reviewed-by: mgronlun
Mandy Chung and others added 18 commits June 1, 2020 13:19
…his_class is not Class_info structure

8245432: Lookup::defineHiddenClass should throw UnsupportedClassVersionError if bytes are of an unsupported major or minor version
8245596: Clarify Lookup::defineHiddenClass spec @throws IAE if the bytes has ACC_MODULE flag set

Reviewed-by: alanb, dholmes
8225056: VM support for sealed classes
8227044: javax.lang.model for sealed classes
8227045: Preview APIs support for sealed classes
8227047: Javadoc for sealed types
8245854: JVM TI Specification for sealed classes

Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Reviewed-by: mcimadamore, forax, darcy, dholmes, jlahoda, lfoltan, mchung, sspitsyn, vromero
In SuperWord::find_align_to_ref(), only discard unalignable memory ops if memory references should be aligned on this platform.

Reviewed-by: roland, thartmann
Add support for AsyncDeflateIdleMonitors (default true); the async deflation work is performed by the ServiceThread.

Co-authored-by: Carsten Varming <varming@gmail.com>
Reviewed-by: dcubed, rehn, rkennke, cvarming, coleenp, acorn, dholmes, eosterlund
If module-info.class is broken, mark the corresponding ModuleSymbol as erroneous.

Reviewed-by: jjg
…es.enter(Modules.java:244)

Do not clean trees after last round of annotation processing, if the trees won't be re-entered again.

Reviewed-by: vromero
Use the memory input instead of the control input to find the membar.

Reviewed-by: kvn, neliasso
Removed LIR_OpBranch::type after the only remaining usage was removed with the SPARC port removal.

Reviewed-by: kvn, mdoerr
…Oops with "verify_oop: rsi: broken oop"

Use T_ADDRESS instead of T_OBJECT to load metadata.

Reviewed-by: kvn
…_klass() && (!known_holder->is_interface() || ((ciInstanceKlass*)known_holder)->has_nonstatic_concrete_methods())), "should be non-static concrete method");

Remove unnecessary preparation to profile the holder of a static method called by a method handle in C1.

Reviewed-by: thartmann, kvn
Remove mention of average function in apiNote of IntStream::reduce(int, IntBinaryOperator)

Reviewed-by: psandoz, jlaskey, lancea, dfuchs
…ot a SoftReference

Reviewed-by: psandoz, mchung
@bridgekeeper
Copy link

bridgekeeper bot commented Jun 2, 2020

👋 Welcome back duke! A progress list of the required criteria for merging this PR into enhanced-enums will be added to the body of your pull request.

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

openjdk bot commented Jun 2, 2020

@openjdk-bot This change is no longer ready for integration - check the PR body for details.

@openjdk 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 2, 2020
@vicente-romero-oracle vicente-romero-oracle merged commit 4c3fe96 into openjdk:enhanced-enums Jun 2, 2020
@openjdk 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 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
Development

Successfully merging this pull request may close these issues.