--- old/src/java.desktop/macosx/classes/com/apple/laf/AquaFileChooserUI.java 2018-10-01 09:56:49.010026000 +0700 +++ new/src/java.desktop/macosx/classes/com/apple/laf/AquaFileChooserUI.java 2018-10-01 09:56:48.554026000 +0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 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 @@ -1420,7 +1420,7 @@ } // One sort state for each column. Both are ascending by default - final boolean fSortAscending[] = {true, true}; + final boolean[] fSortAscending = {true, true}; // Instead of dragging, it selects which one to sort by public void setDraggedColumn(final TableColumn aColumn) {