1234567: Scott walks in the room.#12
Closed
bradfordwetmore wants to merge 1 commit intoopenjdk:masterfrom
bradfordwetmore:bradfordwetmore-patch-1
Closed
1234567: Scott walks in the room.#12bradfordwetmore wants to merge 1 commit intoopenjdk:masterfrom bradfordwetmore:bradfordwetmore-patch-1
bradfordwetmore wants to merge 1 commit intoopenjdk:masterfrom
bradfordwetmore:bradfordwetmore-patch-1
Conversation
I am here.
|
Welcome to the OpenJDK organization on GitHub! This repository is currently a read-only git mirror of the official Mercurial repository (located at https://hg.openjdk.java.net/). As such, we are not currently accepting pull requests here. If you would like to contribute to the OpenJDK project, please see https://openjdk.java.net/contribute/ on how to proceed. This pull request will be automatically closed. |
cushon
pushed a commit
to cushon/jdk
that referenced
this pull request
Apr 2, 2021
3 tasks
3 tasks
3 tasks
openjdk-notifier Bot
pushed a commit
that referenced
this pull request
Oct 27, 2022
Fix call to SymbolLookup::find
JimLaskey
pushed a commit
to JimLaskey/jdk
that referenced
this pull request
Nov 23, 2022
4 tasks
changpeng1997
added a commit
to changpeng1997/jdk
that referenced
this pull request
Mar 28, 2023
…te for SVE We can use SVE compare-with-integer-immediate instructions like cmpgt(immediate)[1] to avoid the extra scalar2vector operations. The following instruction sequence ``` movi v17.16b, openjdk#12 cmpgt p0.b, p7/z, z16.b, z17.b ``` can be optimized to: ``` cmpgt p0.b, p7/z, z16.b, openjdk#12 ``` This patch does the following: 1. Add SVE compare-with-7bit-unsigned-immediate instructions to C2's backend. SVE cmp<cc>(immediate) instructions can support vector comparing with 7bit unsigned integer immediate (range from 0 to 127) or 5bit signed integer immediate (range from -16 to 15). 2. Add optimized match rules to generate the compare-with-immediate instructions. [1]: https://developer.arm.com/documentation/ddi0596/2021-12/SVE-Instructions/CMP-cc---immediate---Compare-vector-to-immediate- TEST_LABEL: v1 || n2, aarch64&&ubuntu&&conformance-enabled JDK_SCOPE: hotspot:compiler/vectorapi, jdk:jdk/incubator/vector/ Jira: ENTLLT-5294 Change-Id: I6b915864308faf9a8ec6e35ca1b4948666d75dca
caojoshua
pushed a commit
to caojoshua/jdk
that referenced
this pull request
Mar 29, 2023
Co-authored-by: Xin Liu <xxinliu@amazon.com>
20 tasks
This was referenced May 17, 2024
3 tasks
This was referenced Jun 4, 2024
3 tasks
This was referenced Jun 20, 2024
3 tasks
3 tasks
3 tasks
3 tasks
3 tasks
3 tasks
swesonga
pushed a commit
to swesonga/jdk
that referenced
this pull request
Oct 23, 2025
mo-beck
added a commit
to mo-beck/jdk
that referenced
this pull request
Jan 2, 2026
Replaced manual region iteration with proper API closure pattern in reset_free_region_timestamps() and shrink_by_time_based_selection(). This is more maintainable and follows G1 API conventions. Issues: Thomas review openjdk#12-13, openjdk#15-16, openjdk#19, openjdk#21, openjdk#27-31
mo-beck
added a commit
to mo-beck/jdk
that referenced
this pull request
Jan 10, 2026
Replaced manual region iteration with proper API closure pattern in reset_free_region_timestamps() and shrink_by_time_based_selection(). This is more maintainable and follows G1 API conventions. Issues: Thomas review openjdk#12-13, openjdk#15-16, openjdk#19, openjdk#21, openjdk#27-31
mo-beck
added a commit
to mo-beck/jdk
that referenced
this pull request
Jan 24, 2026
…penjdk#10, openjdk#12: comment updates and default-initialize _last_access_timestamp
mo-beck
added a commit
to mo-beck/jdk
that referenced
this pull request
Jan 24, 2026
…penjdk#10, openjdk#12: comment updates and default-initialize _last_access_timestamp
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I am here.