Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions test/jdk/sun/security/provider/acvp/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@
* @library /test/lib
* @modules java.base/sun.security.provider
* @run main Launcher
*/

/*
* @test
* @summary Test verifying the intrinsic implementation.
* @bug 8342442 8345057
* @library /test/lib
* @modules java.base/sun.security.provider
* @run main/othervm -Xcomp Launcher
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for adding this case. Please add it as a separate testcase:
/*

  • @test
  • @summary Test verifies intrinsic implementation.
  • @library /test/lib
  • @modules java.base/sun.security.provider
  • @run main/othervm -Xcomp Launcher
    */

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

*/

Expand Down