<AWT Dev> [13] Review Request: 7141393 [macosx] CARemoteLayer code refactoring and unit test
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Wed May 8 06:54:41 UTC 2019
Hello.
Please review the fix for JDK 13.
Bug: https://bugs.openjdk.java.net/browse/JDK-7141393
Fix: http://cr.openjdk.java.net/~serb/7141393/webrev.00
AWT on macOS contains some code that is not compiled by default (protected with #ifdef REMOTELAYER) and included to the workspace for testing purposes only. It allows developers to test CALayer support in AWT/Java2D without need to build or download Java Plugin.
The description of this bug suggests to move this code to the separate test suite, but I think we can drop it because cross process rendering is not used anymore.
--
Best regards, Sergey.
More information about the awt-dev
mailing list