8213707: [TEST] vmTestbase/nsk/stress/except/except011.java failed due to wrong class name

Fixed wrong class name in test

Reviewed-by: dholmes, jcbeyler
This commit is contained in:
Zhengyu Gu 2018-11-10 09:06:33 -05:00
parent 9076a94dd4
commit 83155e1ea6

View File

@ -123,7 +123,7 @@ public class except011 {
*/ */
private static int messages = 0; private static int messages = 0;
private static final String className = "nsk.stress.except.except011.except011oops"; private static final String className = "nsk.stress.except.except011oops";
/** /**
* Re-call to the method <code>run(out)</code> (ignore <code>args[]</code>), * Re-call to the method <code>run(out)</code> (ignore <code>args[]</code>),