jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java
changeset 45469 8088d1f4c240
parent 45467 99c87a16a8e4
--- a/jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java	Mon Jun 12 12:45:52 2017 -0700
+++ b/jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java	Mon Jun 12 21:56:38 2017 -0700
@@ -48,6 +48,7 @@
 
 /*
  * @test
+ * @bug 8165367
  * @summary Verify the restrictions for certificate path on JSSE with custom trust store.
  * @library /test/lib
  * @build jdk.test.lib.Utils