--- old/src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipConstants.java 2018-05-23 10:35:31.610348330 -0700 +++ new/src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipConstants.java 2018-05-23 10:35:31.270348290 -0700 @@ -43,11 +43,11 @@ static final int METHOD_AES = 99; /* - * General purpose big flag + * General purpose bit flag */ static final int FLAG_ENCRYPTED = 0x01; static final int FLAG_DATADESCR = 0x08; // crc, size and csize in dd - static final int FLAG_EFS = 0x800; // If this bit is set the filename and + static final int FLAG_USE_UTF8 = 0x800; // If this bit is set the filename and // comment fields for this file must be // encoded using UTF-8. /*