8179564: Missing @bug for tests added with JDK-8165367
Summary: Add @bug 8165367
Reviewed-by: weijun
Contributed-by: John Jiang <sha.jiang@oracle.com>
--- 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