-
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 #18
Merge master #18
Conversation
Reviewed-by: kbarrett, tschatzl
Fixed the typos and format Reviewed-by: egahlin, mseledtsov
… Input Sequence Size Reviewed-by: naoto
Reviewed-by: erikj, serb
Reviewed-by: dfuchs, dholmes
Reviewed-by: mdoerr, gziemski
…iles Co-authored-by: Eirik Bjørsnøs <eirbjo@gmail.com> Reviewed-by: lancea, redestad
…module Reviewed-by: alanb
Reviewed-by: dholmes, sspitsyn
…ting them Reviewed-by: mullan, weijun
Reviewed-by: jlaskey
…eating MacroLogicV Reviewed-by: kvn, sviswanathan, jbhateja
Reviewed-by: kvn
…coding non-byte primitives Reviewed-by: kvn
… tier3 Added the test to jdk_tier3 via jdk_jfr_tier3 Reviewed-by: egahlin
…h sun.jvm.hotspot.types.WrongTypeException Reviewed-by: amenkov, sspitsyn, iklam
…the docker Reviewed-by: sgehwolf, dholmes
…atible PSSParameterSpec for an RSASSA-PSS key Reviewed-by: valeriep, hchao
Make option obsolete and removed supporting code. Reviewed-by: tschatzl, stefank
…ative to VM 8242290: Pointless verification in get_package_entry_by_name Reviewed-by: lfoltan, iklam, hseigel
…me+'/' Reviewed-by: lancea, redestad
Reviewed-by: sspitsyn, dholmes
….java Reviewed-by: kvn
Reviewed-by: aph, xliu
Reviewed-by: rfield
…ble anonymous class Preventing NullPointerException when a class has an erroneous supertype and does not have an implementation of the equals method. Reviewed-by: darcy, vromero
Flow should handle invalid exits from class initializers gracefully Reviewed-by: vromero
…ion not attributed Fully attributing misplaced and/or duplicated super/this constructor invocations Reviewed-by: mcimadamore
Reviewed-by: dholmes
…eceives 204 response The HTTP/2 Stream is updated to register a trivial data subscriber in case of 204 so that the END_STREAM is correctly processed. Reviewed-by: chegar
Reviewed-by: rkennke
Reviewed-by: rkennke
Reviewed-by: stuefe, vtewari, redestad, lancea
…hes on macOS Reviewed-by: eosterlund, clanger, mbaesken, azeller
….RequestEngine#setFlushInterval Reviewed-by: egahlin
Reviewed-by: shade
Reviewed-by: rkennke
Revert definition of offset_of and reenable -Winvalid-offsetof. Reviewed-by: erikj, ihse, dholmes
…ations into account Reviewed-by: eosterlund, stefank
Reviewed-by: zgu
Moved fields around and some constant fields into ConstantPool Reviewed-by: cjplummer, dlong, iklam
Reviewed-by: herrick, almatvee, erikj
👋 Welcome back duke! A progress list of the required criteria for merging this PR into |
@openjdk-bot This change now passes all automated pre-integration checks, type
There are currently no new commits on the As you do not have Committer status in this project, an existing Committer must agree to sponsor your change. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
@openjdk-bot |
/integrate |
@vicente-romero-oracle Only the author (@openjdk-bot) is allowed to issue the |
/sponsor |
Hi all,
this is an automatically generated pull request to notify you that there are 93 commits from the branch
master
that can not be merged into the branchsealed-types
:The following 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.
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
Download
$ git fetch https://git.openjdk.java.net/amber pull/18/head:pull/18
$ git checkout pull/18