--- old/src/java.base/unix/classes/sun/nio/fs/UnixConstants.java.template 2020-05-20 18:01:02.831280190 -0700 +++ new/src/java.base/unix/classes/sun/nio/fs/UnixConstants.java.template 2020-05-20 18:01:02.495273738 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2020, 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 @@ -31,10 +31,6 @@ #include #include -/* On Solaris, "sun" is defined as a macro. Undefine to make package - declaration valid */ -#undef sun - /* To be able to name the Java constants the same as the C constants without having the preprocessor rewrite those identifiers, add PREFIX_ to all identifiers matching a C constant. The PREFIX_ is filtered out in the