8062896: TEST_BUG: java/lang/Thread/ThreadStateTest.java can't compile with change for 8058506

Reviewed-by: dholmes, sla
This commit is contained in:
Jaroslav Bachorik 2014-11-05 09:49:20 +01:00
parent 44df30d7f5
commit 543d65a194
2 changed files with 3 additions and 1 deletions
jdk/test/java/lang

@ -30,6 +30,8 @@ import static java.lang.Thread.State.*;
* Thread.getState().
*
* @author Mandy Chung
* @library /lib/testlibrary
* @build jdk.testlibrary.*
* @build ThreadStateTest ThreadStateController
* @run main/othervm -Xmixed ThreadStateTest
*/

@ -32,7 +32,7 @@
*
* @library ../../Thread
* @library /lib/testlibrary
* @build jdk.testlibrary.LockFreeLogManager
* @build jdk.testlibrary.*
* @build ThreadMXBeanStateTest ThreadStateController
* @run main ThreadMXBeanStateTest
*/