comparison graal/com.oracle.max.graal.jtt/src/com/oracle/graal/jtt/threads/Thread_join03.java @ 5060:4ed4295ce15f

Update import statements.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 08 Mar 2012 19:11:12 +0100
parents ed559a528128
children
comparison
equal deleted inserted replaced
5059:ed559a528128 5060:4ed4295ce15f
23 /* 23 /*
24 * 24 *
25 * This test sleeps the joining thread, which should enure that the joinee is 25 * This test sleeps the joining thread, which should enure that the joinee is
26 * terminated by the time the join occurs. 26 * terminated by the time the join occurs.
27 */ 27 */
28 package com.oracle.max.graal.jtt.threads; 28 package com.oracle.graal.jtt.threads;
29 29
30 import org.junit.*; 30 import org.junit.*;
31 31
32 public class Thread_join03 implements Runnable { 32 public class Thread_join03 implements Runnable {
33 33