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.
