--- old/src/java.desktop/share/classes/sun/java2d/pipe/SpanIterator.java 2018-10-01 10:04:08.522026000 +0700 +++ new/src/java.desktop/share/classes/sun/java2d/pipe/SpanIterator.java 2018-10-01 10:04:08.102026000 +0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 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 @@ -48,7 +48,7 @@ * {PathMinX, PathMinY, PathMaxX, PathMaxY}. * */ - public void getPathBox(int pathbox[]); + public void getPathBox(int[] pathbox); /** * This method constrains the spans returned by nextSpan() to the @@ -64,7 +64,7 @@ * {SpanMinX, SpanMinY, SpanMaxX, SpanMaxY}. * */ - public boolean nextSpan(int spanbox[]); + public boolean nextSpan(int[] spanbox); /** * This method tells the iterator that it may skip all spans