# HG changeset patch # User mli # Date 1497329798 25200 # Node ID 8088d1f4c24044a3321a5f85f56bbac5bc7ee9af # Parent e5b219883af422ce2862c1a2efd17d54312266a8 8179564: Missing @bug for tests added with JDK-8165367 Summary: Add @bug 8165367 Reviewed-by: weijun Contributed-by: John Jiang diff -r e5b219883af4 -r 8088d1f4c240 jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java --- 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