--- old/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsLookAndFeel.java 2018-10-01 10:05:36.006026000 +0700 +++ new/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsLookAndFeel.java 2018-10-01 10:05:35.594026000 +0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 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 @@ -1587,7 +1587,7 @@ "CheckBoxMenuItem", "RadioButtonMenuItem", }; - Object menuDefaults[] = new Object[menuClasses.length * 2]; + Object[] menuDefaults = new Object[menuClasses.length * 2]; /* all the menus need to be non opaque. */ for (int i = 0, j = 0; i < menuClasses.length; i++) {