-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 16
-
b10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8280015 | 11.0.15 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
main test classes of several vmTestbase/jit tests are package-private, as a result, jtreg can't run them directly and we had to use `driver ExecDriver --java ` to run them.
this RFE is to make these classes public and to replace ExecDriver w/ regular `main/othervm` where appropriate.
this RFE is to make these classes public and to replace ExecDriver w/ regular `main/othervm` where appropriate.
- backported by
-
JDK-8280015 make main classes public in vmTestbase/jit tests
-
- Resolved
-
- relates to
-
JDK-8251194 review usage of main/othervm in vmTestbase
-
- Open
-