Skip to content

Commit e8b75b1

Browse files
committed
8255393: sun/security/util/DerValue/Indefinite.java fails with ---illegal-access=deny
Reviewed-by: alanb
1 parent 7cafe35 commit e8b75b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/jdk/sun/security/util/DerValue/Indefinite.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @test
2626
* @bug 6731685 8249783
2727
* @summary CertificateFactory.generateCertificates throws IOException on PKCS7 cert chain
28-
* @modules java.base/sun.security.util
28+
* @modules java.base/sun.security.util:+open
2929
* @library /test/lib
3030
*/
3131

@@ -35,7 +35,6 @@
3535

3636
import jdk.test.lib.Asserts;
3737
import jdk.test.lib.Utils;
38-
import jdk.test.lib.hexdump.HexPrinter;
3938
import sun.security.util.*;
4039

4140
public class Indefinite {

0 commit comments

Comments
 (0)