8251132: make main classes public in vmTestbase/jit tests

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2020-08-05 16:39:08 -07:00
parent 3ea5fdc9ac
commit 65577cf58a
138 changed files with 366 additions and 498 deletions

View file

@ -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);