--- old/src/java.desktop/share/classes/java/awt/Event.java 2018-10-01 09:58:17.694026000 +0700 +++ new/src/java.desktop/share/classes/java/awt/Event.java 2018-10-01 09:58:17.206026000 +0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -550,7 +550,7 @@ public Event evt; /* table for mapping old Event action keys to KeyEvent virtual keys. */ - private static final int actionKeyCodes[][] = { + private static final int[][] actionKeyCodes = { /* virtual key action key */ { KeyEvent.VK_HOME, Event.HOME }, { KeyEvent.VK_END, Event.END },