From b20212e8cee2d4c07ff3595f8623ac746115121e Mon Sep 17 00:00:00 2001 From: John Jiang Date: Mon, 12 Jun 2017 21:56:38 -0700 Subject: [PATCH] 8179564: Missing @bug for tests added with JDK-8165367 Add @bug 8165367 Reviewed-by: weijun --- .../sun/security/ssl/CertPathRestrictions/TLSRestrictions.java | 1 + 1 file changed, 1 insertion(+) diff --git a/jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java b/jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java index b0e0a9e1248..fad928f5503 100644 --- a/jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java +++ b/jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java @@ -48,6 +48,7 @@ import jdk.test.lib.process.ProcessTools; /* * @test + * @bug 8165367 * @summary Verify the restrictions for certificate path on JSSE with custom trust store. * @library /test/lib * @build jdk.test.lib.Utils