jdk
jdk copied to clipboard
8295258: Add BasicType argument to AccessInternal::decorator_fixup
There are call sites of the access API that does not specify the INTERNAL_VALUE_IS_OOP decorator for some reference type access. Change it so that AccessInternal::decorator_fixup is able to add this decorator by passing in the BasicType of the access.
Testing: Oracle platforms tier 1-3 and GHA
Progress
- [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
Issue
- JDK-8295258: Add BasicType argument to AccessInternal::decorator_fixup
Reviewers
- Stefan Karlsson (@stefank - Reviewer)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/10692/head:pull/10692
$ git checkout pull/10692
Update a local copy of the PR:
$ git checkout pull/10692
$ git pull https://git.openjdk.org/jdk pull/10692/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 10692
View PR using the GUI difftool:
$ git pr show -t 10692
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/10692.diff
:wave: Welcome back aboldtch! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
@xmas92 The following label will be automatically applied to this pull request:
hotspot
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command.
@xmas92 This change now passes all automated pre-integration checks.
ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.
After integration, the commit message for the final commit will be:
8295258: Add BasicType argument to AccessInternal::decorator_fixup
Reviewed-by: stefank, eosterlund
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.
At the time when this comment was updated there had been 767 new commits pushed to the master branch:
- 4458de95f845c036c1c8e28df7043e989beaee98: 8297172: Fix some issues of auto-vectorization of
Long.bitCount/numberOfTrailingZeros/numberOfLeadingZeros() - a61399854a9db8e3c0cb3f391fa557cb37e02571: 8297689: Fix incorrect result of Short.reverseBytes() call in loops
- f8f46305ef0d1c12154075c7a7d4dc75f91529b5: 8297963: Partially fix string expansion issues in UTIL_DEFUN_NAMED and related macros
- 2a243a33cc09f4674b232d89f36fb731055009d9: 8267617: Certificate's IP x509 NameConstraints raises ArrayIndexOutOfBoundsException
- 923c746650204e36053251c19cf91b7e41e938b0: 8298057: (fs) Remove PollingWatchService.POLLING_INIT_DELAY
- 0bd04a658963c1126faa776cb8a96c23beb5e3e6: 8297951: C2: Create skeleton predicates for all If nodes in loop predication
- f5ad515db0b8f5545137c47200e81d78f89aa09c: 8297247: Add GarbageCollectorMXBean for Remark and Cleanup pause time in G1
- e9754181af17f77e066eaabba5aacf6b404dabaa: 8298102: Remove DirtyCardToOopClosure::_last_explicit_min_done
- 04012c4310806bb638737b577351851242950298: 8298111: Cleanups after UseMallocOnly removal
- ee9ba7456403c59a6e14d22cf9c2f53eef97ea57: 8295184: Printing messages with a RecordComponentElement does not include position
- ... and 757 more: https://git.openjdk.org/jdk/compare/90fb9a085bbaa9d1928a1cec9f00098b80577721...master
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.
➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.
@xmas92 This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!
/integrate
Going to push as commit 085f96cb1a9be3e55da5801069a800e322649a8f.
Since your change was applied there have been 786 commits pushed to the master branch:
- 1c2a093988c69ae0b2c0030835d11469fa9fb852: 8298147: Clang warns about pointless comparisons
- 8ea369afe6b23618086d074f1fad61effce3beec: 8298171: Missing newline in the example output of -Xlog:help
- acf96c64b750b1a7badbb2cd1c7021dad36aae1e: 8290432: C2 compilation fails with assert(node->_last_del == _last) failed: must have deleted the edge just produced
- ce896731d38866c2bf99cd49525062e150d94160: 8297804: (tz) Update Timezone Data to 2022g
- 62baff503ef5562e02e1900525acffa5d4ca8534: 8298221: Problem list gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java on macosx-aarch64
- 16a5901845de170e2e6f9ea13f19bb2a34c1da85: 8298214: ProblemList java/util/concurrent/forkjoin/AsyncShutdownNow.java
- b4da0ee706b6a274e6ba4e5483ef972f45c9f81e: 8296507: GCM using more memory than necessary with in-place operations
- cd2182a9967917e733e486d918e9aeba3bd35ee8: 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic
- 2cdc0195655317cb0b04f76fd8dce5e40bf52774: 8298178: Update to use jtreg 7.1.1
- 79d163d4994d235266117b425498b0df3d16c3c4: 8293412: Remove unnecessary java.security.egd overrides
- ... and 776 more: https://git.openjdk.org/jdk/compare/90fb9a085bbaa9d1928a1cec9f00098b80577721...master
Your commit was automatically rebased without conflicts.
@xmas92 Pushed as commit 085f96cb1a9be3e55da5801069a800e322649a8f.
:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.