-
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 #47
Merge master #47
Conversation
Reviewed-by: shade, coleenp, kbarrett, dcubed
Reviewed-by: dholmes, coleenp, gziemski
Reviewed-by: coleenp, dholmes
Reviewed-by: shade, dholmes, adityam
Remove dead definition of ptr_type in TypeAryPtr::cast_to_autobox_cache. Also remove unnecessary cache parameter (always true) for simplicity. Reviewed-by: shade, vlivanov, thartmann
Remove unused Matcher::stack_direction() together with related ADL entries and ADLC support. Reviewed-by: vlivanov, thartmann
…247281 Co-authored-by: Erik Österlund <erik.osterlund@oracle.com> Co-authored-by: Daniel Daugherty <daniel.daugherty@oracle.com> Reviewed-by: rehn, coleenp, eosterlund
Reviewed-by: prappo
…x for JDK-8252844 Reviewed-by: ehelin, erikj
Reviewed-by: dcubed
Reviewed-by: coleenp, dholmes
Reviewed-by: darcy, lancea
Reviewed-by: erikj, coleenp, lfoltan, redestad, alanb, mchung
Reviewed-by: coleenp
Reviewed-by: iklam, ccheung
Reviewed-by: kbarrett, stefank, eosterlund
Reviewed-by: iklam, dholmes
Reviewed-by: kvn, jcm
…s that require type inference Reviewed-by: vromero
Reviewed-by: vromero
Reviewed-by: dholmes, lucy
Reviewed-by: kcr, herrick, naoto
…nnot be mapped Reviewed-by: ccheung, dholmes
8238956: Replace powerOfTwo::max_value with std::numeric_limits Reviewed-by: tschatzl, stefank
Reviewed-by: mdoerr, goetz, iklam
Change lognot => logical_not in comment Reviewed-by: shade
… reserve can result in repeated full gcs Reviewed-by: sjohanss, kbarrett
Reimpliment PrimitiveConversions::cast, with some cases now constexpr. <!-- Anything below this marker will be automatically updated, please do not edit manually! --> --------- ### Progress - [x] Change must not contain extraneous whitespace - [x] Commit message must refer to an issue - [ ] Change must be properly reviewed ### Issue * [JDK-8247909](https://bugs.openjdk.java.net/browse/JDK-8247909): Improve PrimitiveConversions::cast using C++14 ### Download `$ git fetch https://git.openjdk.java.net/jdk pull/143/head:pull/143` `$ git checkout pull/143` Reviewed-by: dholmes, stefank
…space 8158045: Improve large object handling during evacuation 8027761: Investigate fast-path for scanning only objects with references during gc Generate multiple partial array tasks for large objArrays. Reviewed-by: sjohanss, ayang, tschatzl
Reviewed-by: ccheung
Reviewed-by: prr, serb
…e type annotation Reviewed-by: jfranck
…mes in calculation Reviewed-by: tschatzl, kbarrett
Reviewed-by: pliden, tschatzl
…too fast" again(2) Reviewed-by: stefank, eosterlund
Reviewed-by: egahlin
…outSuspendTest.java failed with JVMTI_ERROR_INVALID_SLOT Reviewed-by: sspitsyn, cjplummer
Reviewed-by: alanb
Add release fence to ClassValueMap constructor. * Release fence guarantees that cacheArray field will published with a non-null value. * Without this fix, CacheValueMap.cacheArray can sometimes be seen as null. Reviewed-by: shade, psandoz
…required -XX:+CompactStrings Reviewed-by: rriggs, jlaskey
Reviewed-by: sjohanss, kbarrett
Reviewed-by: ccheung
Reviewed-by: iklam, vlivanov
Reviewed-by: dholmes
Reviewed-by: mikael
👋 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 projectan 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 |
Hi all,
this is an automatically generated pull request to notify you that there are 76 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/47/head:pull/47
$ git checkout pull/47