Merge foreign-abi #140
Merge foreign-abi #140
Conversation
…(obj)->isa_oopptr()) failed: only for oop input" Reviewed-by: kvn, thartmann
…plify expand_at Reviewed-by: tschatzl, sangheki
…unk header byte 32 The HTTP/1 chunked body parser is updated to discard chunk extensions Reviewed-by: chegar, alanb
Reviewed-by: hannesw
…andle Reviewed-by: mchung
…e package-private Reviewed-by: alanb
Reviewed-by: herrick, almatvee
Reviewed-by: ascarpino
Reviewed-by: shade
Decrement the refcount for all Klass in class unloading. Reviewed-by: lfoltan, hseigel
… failed with Unsupported signature algorithm: DSA Reviewed-by: xuelei
Reviewed-by: tbell
Reviewed-by: tbell
…opts' and not 'test.vm.opts' Reviewed-by: lmesnik, dholmes
Added comma. Reviewed-by: iignatyev
Reviewed-by: weijun
Cleanup prefetching code and use AllocatePrefetchLines=1 by default. Reviewed-by: goetz, mhorie, lucy
…JavaModules.gmk Reviewed-by: ihse
…gine Reviewed-by: mgronlun
…Test.java Reviewed-by: alanb, sundar
Reviewed-by: egahlin
Reviewed-by: mgronlun, mseledtsov
Reviewed-by: mbaesken
Co-authored-by: Eirik Bjørsnøs <eirbjo@gmail.com> Reviewed-by: lancea, simonis
Reviewed-by: lancea, dfuchs, weijun
Reviewed-by: thartmann
Reviewed-by: thartmann
…-version Reviewed-by: thartmann
Reviewed-by: thartmann
Reviewed-by: tbell, redestad, fweimer
Reviewed-by: joehw, vtewari
Reviewed-by: mullan
…ts.java Reviewed-by: hseigel, iignatyev
Reviewed-by: asemenyuk, almatvee
Reviewed-by: mullan
Added ForceNUMA to the deprecation table for jdk15. Reviewed-by: pliden, tschatzl
|
@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.
|
/integrate |
@openjdk-bot |
/sponsor |
@mcimadamore @openjdk-bot |
Hi all,
this is an automatically generated pull request to notify you that there are 118 commits from the branch
foreign-abi
that can not be merged into the branchforeign-jextract
: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/panama-foreign 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 foreign-abi'
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/panama-foreign pull/140/head:pull/140
$ git checkout pull/140