mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8251132: make main classes public in vmTestbase/jit tests
Reviewed-by: kvn
This commit is contained in:
parent
3ea5fdc9ac
commit
65577cf58a
138 changed files with 366 additions and 498 deletions
|
@ -29,8 +29,7 @@
|
|||
*
|
||||
* @library /vmTestbase
|
||||
* /test/lib
|
||||
* @build jit.overflow.overflow
|
||||
* @run driver ExecDriver --java jit.overflow.overflow
|
||||
* @run main/othervm jit.overflow.overflow
|
||||
*/
|
||||
|
||||
package jit.overflow;
|
||||
|
@ -46,7 +45,7 @@ import java.lang.*;
|
|||
|
||||
import nsk.share.TestFailure;
|
||||
|
||||
class overflow {
|
||||
public class overflow {
|
||||
public static void main(String[] args) {
|
||||
try {
|
||||
recurse(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue