We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e0b2d commit b0721e2Copy full SHA for b0721e2
test/jdk/sun/security/tools/jarsigner/EC.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2025, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,7 @@
26
* @bug 6870812
27
* @summary enhance security tools to use ECC algorithm
28
* @library /test/lib
29
+ * @run main/timeout=300 EC
30
*/
31
32
import jdk.test.lib.SecurityTools;
0 commit comments