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.
2 parents 492e201 + 1642941 commit d78a065Copy full SHA for d78a065
test/jdk/java/security/Security/ClassLoaderDeadlock/Deadlock.java
@@ -21,12 +21,18 @@
21
* questions.
22
*/
23
24
+/*
25
+ * ===========================================================================
26
+ * (c) Copyright IBM Corp. 2025, 2025 All Rights Reserved
27
28
+ */
29
+
30
/*
31
* @test
32
* @bug 4944382
33
* @summary make sure we do not deadlock loading signed JAR with getInstance()
34
* @library ./Deadlock.jar
- * @run main/othervm/timeout=30 Deadlock
35
+ * @run main/othervm/timeout=60 Deadlock
36
37
38
import java.security.*;
0 commit comments