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
8237833: Check glyph size before adding to glyph texture cache #96
Conversation
👋 Welcome back prr! A progress list of the required criteria for merging this PR into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
@prrace This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
Since the source branch of this PR was last updated there have been 13 commits pushed to the ➡️ To integrate this PR with the above commit message, type |
/integrate |
@prrace The following commits have been pushed to master since your change was applied:
Your commit was automatically rebased without conflicts. Pushed as commit d05e8fc. |
Mailing list message from Phil Race on openjfx-dev: Changeset: d05e8fc 8237833: Check glyph size before adding to glyph texture cache Reviewed-by: kcr ! modules/javafx.graphics/src/main/java/com/sun/prism/impl/GlyphCache.java |
Check if the glyph will fit before trying to cache it.
Progress
Issue
JDK-8237833: Check glyph size before adding to glyph texture cache.
Approvers