8252817: Cleanup the classes in the java.awt.color package#22
8252817: Cleanup the classes in the java.awt.color package#22mrserb wants to merge 1 commit intoopenjdk:masterfrom
Conversation
- Class declarations cleanup - docs cleanup
| */ | ||
| public static final int icSigXYZData = 0x58595A20; /* 'XYZ ' */ | ||
| public static final int icSigXYZData = 0x58595A20; | ||
|
|
There was a problem hiding this comment.
Inline comment:
Looks like this type of documentation was used before we added javadoc for each constant.
|
👋 Welcome back serb! A progress list of the required criteria for merging this PR into |
|
@mrserb The following labels will be automatically applied to this pull request: |
|
/test tier1 |
|
Could not create test job |
|
@mrserb 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:
Since the source branch of this PR was last updated there have been 44 commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid automatic rebasing, please merge ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
|
@mrserb Since your change was applied there have been 44 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit ff21696. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
RISC-V: loom: Fix another frame::sender_sp_offset issue in stackChunkOopDesc::is_usable_in_chunk
* Even more review comments
* Re-write of atomic copy loops
* Change name of UnsafeCopyMemory{,Mark} to UnsafeMemory{Access,Mark}
* Only add a memory mark for byte unaligned fill
Only link restricted method doc-file if it is available
Bring some cleanup from mainline to the BSD port
- Add assert for _analytics in constructor instead of runtime null check - Remove unnecessary null check for _analytics before use - Remove unnecessary region_size > 0 check (region size can never be 0) - Remove unused total_regions variable - Move Ticks::now() outside loop for better performance Addresses issues openjdk#17, openjdk#20, openjdk#22, openjdk#23 from Thomas review
- Add assert for _analytics in constructor instead of runtime null check - Remove unnecessary null check for _analytics before use - Remove unnecessary region_size > 0 check (region size can never be 0) - Remove unused total_regions variable - Move Ticks::now() outside loop for better performance Addresses issues openjdk#17, openjdk#20, openjdk#22, openjdk#23 from Thomas review
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/22/head:pull/22$ git checkout pull/22