7053252: New regression test does not compile on windows-amd64
authorwetmore
Mon, 31 Oct 2011 16:23:43 -0700
changeset 10894 700370cceacc
parent 10893 0c145634e745
child 10895 7434064aba55
7053252: New regression test does not compile on windows-amd64 Reviewed-by: valeriep
jdk/test/ProblemList.txt
jdk/test/sun/security/pkcs11/Provider/Absolute.java
--- a/jdk/test/ProblemList.txt	Mon Oct 31 11:54:19 2011 -0700
+++ b/jdk/test/ProblemList.txt	Mon Oct 31 16:23:43 2011 -0700
@@ -490,9 +490,6 @@
 #sun/security/pkcs11/ec/TestKeyFactory.java                     solaris-i586
 sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java            solaris-i586
 
-# Directly references PKCS11 class
-sun/security/pkcs11/Provider/Absolute.java                      windows-x64
-
 # Fails on Fedora 9/Ubuntu 10.04 64bit, PKCS11Exception: CKR_DEVICE_ERROR
 sun/security/pkcs11/KeyAgreement/TestDH.java                    generic-all
 
--- a/jdk/test/sun/security/pkcs11/Provider/Absolute.java	Mon Oct 31 11:54:19 2011 -0700
+++ b/jdk/test/sun/security/pkcs11/Provider/Absolute.java	Mon Oct 31 16:23:43 2011 -0700
@@ -27,7 +27,6 @@
  */
 import java.security.*;
 import java.lang.reflect.*;
-import sun.security.pkcs11.*;
 
 public class Absolute {