--- old/src/java.desktop/share/classes/sun/awt/RepaintArea.java 2018-10-01 10:02:18.722026000 +0700 +++ new/src/java.desktop/share/classes/sun/awt/RepaintArea.java 2018-10-01 10:02:18.230026000 +0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2007, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 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 @@ -55,7 +55,7 @@ private static final int RECT_COUNT = UPDATE + 1; - private Rectangle paintRects[] = new Rectangle[RECT_COUNT]; + private Rectangle[] paintRects = new Rectangle[RECT_COUNT]; /**