Hello. Please review the fix for JDK 14. Bug: https://bugs.openjdk.java.net/browse/JDK-8228676 Fix: http://cr.openjdk.java.net/~serb/8228676/webrev.00
There is some amount of code which is unused since MToolkit was removed. In the fix, unused code was removed, note that some stubs like xx_initIDs still present in the code, because they are still called from the java side. Mach5 is green. The fix itself is similar to the previous fixes: https://bugs.openjdk.java.net/browse/JDK-8223766 https://bugs.openjdk.java.net/browse/JDK-8224171 -- Best regards, Sergey.