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 e4297a7 commit 9d330daCopy full SHA for 9d330da
jdk/test/java/lang/ClassLoader/Assert.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2000, 2002, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2014, 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
@@ -24,7 +24,8 @@
24
25
* @test
26
* @bug 4290640 4785473
27
- * @run shell/timeout=300 Assert.sh
+ * @build package1.Class1 package2.Class2 package1.package3.Class3 Assert
28
+ * @run main/othervm Assert
29
* @summary Test the assertion facility
30
* @author Mike McCloskey
31
* @key randomness
jdk/test/java/lang/ClassLoader/Assert.sh
0 commit comments