Hello, Please review the fix for jdk9. In the jdk_8_RI the new private field was added to the KeyEvent class(it implements Serializable), but it was not marked as @since 1.8. In the fix the @since tag was added. Note that later this field was leaked to the jdk7u80 but I suppose we should not mark it as @since 1.7?
Bug: https://bugs.openjdk.java.net/browse/JDK-8066005 Webrev can be found at: http://cr.openjdk.java.net/~serb/8066005/webrev.00