-
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 #38
Merge master #38
Conversation
Co-authored-by: Joshua Zhu <joshua.zhu@arm.com> Co-authored-by: Yang Zhang <yang.zhang@arm.com> Reviewed-by: adinn, pli, ihse, vlivanov, eosterlund
…after JDK-8252354 Reviewed-by: alanb, joehw
Reviewed-by: dholmes, rehn
Cleanup code for jlink classes generation, move parsing file work to java.lang.invoke and add a new API in interface JavaLangInvokeAccess to generate holder classes, remove old APIs. The new API is used both by JLI and CDS. Reviewed-by: mchung, sundar
…ysdict Reviewed-by: dcubed, gziemski
Reviewed-by: darcy
Reviewed-by: dcubed, dholmes, pchilanomate, rehn, sspitsyn
Reviewed-by: mcimadamore
… on Linux Reviewed-by: serb
…ws_Server_2016_Standard Reviewed-by: prr
…treg's timeout-factor Reviewed-by: dholmes
Reviewed-by: serb, prr
Reviewed-by: dholmes
Reviewed-by: ehelin
…ocking" Reviewed-by: rehn, shade, dholmes
Reviewed-by: dholmes, mgronlun
Some CPUs (like ARM32) does not support unaligned memory accesses. To avoid JVM crashes tests that perform such accesses should be skipped on corresponding platforms. Reviewed-by: iignatyev, clanger
… modules Co-authored-by: Galder Zamarreno <galder@redhat.com> Reviewed-by: mcimadamore
…p files Reviewed-by: lancea, weijun, hchao
Zero VM is broken due to 'block_if_requested' is not a member of 'SafepointMechanism'. Reviewed-by: dholmes
Reviewed-by: tschatzl
Reviewed-by: shade
Reviewed-by: chegar, michaelm, alanb
…rnel configurations Reviewed-by: stefank, eosterlund, pliden
…ttently with C1 Reviewed-by: shade
Reviewed-by: tschatzl, sjohanss
Reviewed-by: ehelin
8252816: JvmtiEnvThreadState::clear_to_frame_pop() is not used Reviewed-by: ysuenaga, dholmes
Reviewed-by: sjohanss, stefank
Reviewed-by: shade
Reviewed-by: sjohanss, kbarrett
…emmer test Reviewed-by: shade, epavlova
Reviewed-by: shade, epavlova
Reviewed-by: dfuchs, lancea, smarks, chegar
Reviewed-by: minqi, sundar, alanb, redestad
Reviewed-by: jdv, pbansal
…dImage Reviewed-by: prr
…ws & Linux Reviewed-by: prr, psadhukhan, kcr
👋 Welcome back duke! A progress list of the required criteria for merging this PR into |
Webrevs
|
@openjdk-bot This change now passes all automated pre-integration checks. In addition to the automated checks, the change must also fulfill all project specific requirements After integration, the commit message will be:
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 |
/sponsor |
@lahodaj @openjdk-bot Pushed as commit af76f74. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi all,
this is an automatically generated pull request to notify you that there are 56 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
Download
$ git fetch https://git.openjdk.java.net/amber pull/38/head:pull/38
$ git checkout pull/38