From be08ff7407518a9ee3f2c240cb406ec6fa2b0568 Mon Sep 17 00:00:00 2001 From: Joe Darcy Date: Thu, 6 Aug 2015 10:34:25 -0700 Subject: [PATCH] 8132855: Adjust tier 1 and 2 definitions for security-related intrinsics Reviewed-by: mullan --- jdk/test/TEST.groups | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jdk/test/TEST.groups b/jdk/test/TEST.groups index 4e2bc002e13..c83b2a5780a 100644 --- a/jdk/test/TEST.groups +++ b/jdk/test/TEST.groups @@ -30,6 +30,7 @@ tier1 = \ :jdk_util \ sun/nio/cs/ISO8859x.java \ java/nio/Buffer \ + com/sun/crypto/provider/Cipher \ :jdk_math tier2 = \ @@ -40,6 +41,7 @@ tier2 = \ :jdk_net \ :jdk_time \ :jdk_security \ + -com/sun/crypto/provider/Cipher \ :jdk_text \ :core_tools \ :jdk_other \