--- old/src/java.base/share/classes/sun/security/x509/PolicyInformation.java 2014-08-27 10:00:03.000000000 +0800 +++ new/src/java.base/share/classes/sun/security/x509/PolicyInformation.java 2014-08-27 10:00:02.000000000 +0800 @@ -258,9 +258,7 @@ * Return a printable representation of the PolicyInformation. */ public String toString() { - StringBuilder s = new StringBuilder(" [" + policyIdentifier.toString()); - s.append(policyQualifiers + " ]\n"); - return s.toString(); + return " [" + policyIdentifier + policyQualifiers + " ]\n"; } /**