diff -r 42921b893642 -r 680639c9b307 jdk/test/sun/security/pkcs11/SampleTest.java --- a/jdk/test/sun/security/pkcs11/SampleTest.java Tue Sep 13 11:38:31 2016 +0200 +++ b/jdk/test/sun/security/pkcs11/SampleTest.java Thu Sep 15 13:03:03 2016 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -21,20 +21,16 @@ * questions. */ -/** +/* * @test * @bug 4000000 * @summary XXX todo * @author Andreas Sterbenz * @library .. + * @modules jdk.crypto.pkcs11 */ -import java.io.*; -import java.util.*; - -import java.security.*; - -import javax.crypto.*; +import java.security.Provider; public class SampleTest extends PKCS11Test {