--- old/src/java.base/share/classes/sun/net/www/protocol/https/HttpsClient.java 2018-09-28 11:30:36.773908797 +0700 +++ new/src/java.base/share/classes/sun/net/www/protocol/https/HttpsClient.java 2018-09-28 11:30:36.385908797 +0700 @@ -139,7 +139,7 @@ // // If ciphers are assigned, sort them into an array. // - String ciphers []; + String[] ciphers ; String cipherString = GetPropertyAction.privilegedGetProperty("https.cipherSuites"); @@ -163,7 +163,7 @@ // // If protocols are assigned, sort them into an array. // - String protocols []; + String[] protocols ; String protocolString = GetPropertyAction.privilegedGetProperty("https.protocols");