[OpenJDK 2D-Dev] [14] Review Request: 8229896 Delete an unused code in the BufferedContext

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Sun Sep 8 21:42:39 UTC 2019


Hello.
Please review the fix for JDK 14.

Bug: https://bugs.openjdk.java.net/browse/JDK-8229896
Fix: http://cr.openjdk.java.net/~serb/8229896/webrev.01

During developments of the early version of JavaFX some code
was added to the java2D to support some features which are not
used right now and we can delete this code.

For example, in the BufferedContext we have two unused methods to
save/restore the state of the context.

One test which verified the behavior of these methods were removed.

-- 
Best regards, Sergey.


More information about the 2d-dev mailing list