8014871: Move @Contended regression tests to the same place

Move the missing test to appropriate location.

Reviewed-by: dholmes, sla
This commit is contained in:
Aleksey Shipilev 2013-05-20 15:43:50 +04:00
parent f9ae3b46de
commit 7efa591bee

View File

@ -43,9 +43,9 @@ import sun.misc.Contended;
* @bug 8003985
* @summary Support Contended Annotation - JEP 142
*
* @run main/othervm -XX:-RestrictContended Test8003985
* @run main/othervm -XX:-RestrictContended Basic
*/
public class Test8003985 {
public class Basic {
private static final Unsafe U;
private static int ADDRESS_SIZE;