Skip to content

8252817: Cleanup the classes in the java.awt.color package#22

Closed
mrserb wants to merge 1 commit intoopenjdk:masterfrom
mrserb:JDK-8252817
Closed

8252817: Cleanup the classes in the java.awt.color package#22
mrserb wants to merge 1 commit intoopenjdk:masterfrom
mrserb:JDK-8252817

Conversation

@mrserb
Copy link
Copy Markdown
Member

@mrserb mrserb commented Sep 5, 2020

  • Class declarations reformat
  • Docs cleanup

Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed

Issue

  • JDK-8252817: Cleanup the classes in the java.awt.color package

Reviewers

Download

$ git fetch https://git.openjdk.java.net/jdk pull/22/head:pull/22
$ git checkout pull/22

- Class declarations cleanup
- docs cleanup
*/
public static final int icSigXYZData = 0x58595A20; /* 'XYZ ' */
public static final int icSigXYZData = 0x58595A20;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inline comment:
Looks like this type of documentation was used before we added javadoc for each constant.

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper Bot commented Sep 5, 2020

👋 Welcome back serb! 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.

@mrserb mrserb marked this pull request as ready for review September 5, 2020 21:34
@openjdk openjdk Bot added the rfr Pull request is ready for review label Sep 5, 2020
@openjdk
Copy link
Copy Markdown

openjdk Bot commented Sep 5, 2020

@mrserb The following labels will be automatically applied to this pull request: 2d. 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 (add|remove) "label" command.

@openjdk openjdk Bot added the 2d client-libs-dev@openjdk.org label Sep 5, 2020
@mlbridge
Copy link
Copy Markdown

mlbridge Bot commented Sep 5, 2020

Webrevs

@mrserb
Copy link
Copy Markdown
Member Author

mrserb commented Sep 5, 2020

/test tier1

@openjdk
Copy link
Copy Markdown

openjdk Bot commented Sep 5, 2020

Could not create test job

Copy link
Copy Markdown
Member

@jayathirthrao jayathirthrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@openjdk
Copy link
Copy Markdown

openjdk Bot commented Sep 9, 2020

@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:

8252817: Cleanup the classes in the java.awt.color package

Reviewed-by: jdv, pbansal
  • If you would like to add a summary, use the /summary command.
  • To credit additional contributors, use the /contributor command.
  • To add additional solved issues, use the /issue command.

Since the source branch of this PR was last updated there have been 44 commits pushed to the master branch:

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 master into your branch, and then specify the current head hash when integrating, like this: /integrate 44a74dac957ca7cc10eaddafb6bd32b74a8d84c8.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk Bot added the ready Pull request is ready to be integrated label Sep 9, 2020
Copy link
Copy Markdown

@pankaj-bansal pankaj-bansal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@mrserb
Copy link
Copy Markdown
Member Author

mrserb commented Sep 10, 2020

/integrate

@openjdk openjdk Bot closed this Sep 10, 2020
@openjdk openjdk Bot added integrated Pull request has been integrated and removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Sep 10, 2020
@openjdk
Copy link
Copy Markdown

openjdk Bot commented Sep 10, 2020

@mrserb Since your change was applied there have been 44 commits pushed to the master branch:

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.

@mrserb mrserb deleted the JDK-8252817 branch September 10, 2020 19:31
zhengxiaolinX pushed a commit to zhengxiaolinX/jdk that referenced this pull request Sep 13, 2022
RISC-V: loom: Fix another frame::sender_sp_offset issue in stackChunkOopDesc::is_usable_in_chunk
martinuy pushed a commit to martinuy/jdk that referenced this pull request Nov 18, 2022
martinuy added a commit to martinuy/jdk that referenced this pull request Nov 18, 2022
caojoshua pushed a commit to caojoshua/jdk that referenced this pull request Apr 10, 2023
)

* Change to ctwrunner.sh to run java base module with inliner.

Unlike ctw.sh, ctwrunner.sh tolerates fatal errors. It will restart the java
process with the shifted starting point.

* Change the script name from CTW_SCRIPT to CTW_DIST.

---------

Co-authored-by: Xin Liu <xxinliu@amazon.com>
gnu-andrew added a commit to gnu-andrew/jdk that referenced this pull request Aug 18, 2023
openjdk-notifier Bot pushed a commit that referenced this pull request Apr 15, 2024
* 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
openjdk-notifier Bot pushed a commit that referenced this pull request Oct 7, 2024
Only link restricted method doc-file if it is available
biboudis added a commit to biboudis/jdk that referenced this pull request May 8, 2025
pf0n pushed a commit to pf0n/jdk that referenced this pull request Jul 9, 2025
snake66 added a commit to snake66/jdk that referenced this pull request Nov 13, 2025
Bring some cleanup from mainline to the BSD port
mo-beck added a commit to mo-beck/jdk that referenced this pull request Jan 2, 2026
- 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
mo-beck added a commit to mo-beck/jdk that referenced this pull request Jan 10, 2026
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2d client-libs-dev@openjdk.org integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

3 participants