Integrated: 8252499: UI text of application with metal pipeline is lost when another application is launched with OpenGL pipeline

Ajit Ghaisas aghaisas at openjdk.java.net
Fri Sep 18 05:38:32 UTC 2020


On Fri, 18 Sep 2020 05:11:57 GMT, Ajit Ghaisas <aghaisas at openjdk.org> wrote:

> Issue : https://bugs.openjdk.java.net/browse/JDK-8252499
> 
> Root cause : Text glyph cache created on one device (graphics card) is continued to be used even after graphics card
> switch.
>  
> Fix : We already delete SurfaceData on graphics card switch. I have added code to free the text glyph cache at the same
> location. Note - The text glyph cache gets recreated on new device with exiting code flow - hence there is no need to
> add new code to handle it.

This pull request has now been integrated.

Changeset: 057fc7c2
Author:    Ajit Ghaisas <aghaisas at openjdk.org>
URL:       https://git.openjdk.java.net/lanai/commit/057fc7c2
Stats:     18 lines in 3 files changed: 0 ins; 18 del; 0 mod

8252499: UI text of application with metal pipeline is lost when another application is launched with OpenGL pipeline

-------------

PR: https://git.openjdk.java.net/lanai/pull/103


More information about the lanai-dev mailing list