< prev index next >

test/compiler/testlibrary/rtm/AbortProvoker.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -22,17 +22,17 @@
  *
  */
 
 package compiler.testlibrary.rtm;
 
+import jdk.test.lib.Asserts;
+import sun.hotspot.WhiteBox;
+
 import java.util.Objects;
 import java.util.concurrent.BrokenBarrierException;
 import java.util.concurrent.CyclicBarrier;
 
-import jdk.test.lib.Asserts;
-import sun.hotspot.WhiteBox;
-
 /**
  * Base class for different transactional execution abortion
  * provokers aimed to force abort due to specified reason.
  */
 public abstract class AbortProvoker implements CompilableTest {
< prev index next >