comparison graal/com.oracle.graal.compiler.test/src/com/oracle/graal/compiler/test/ConditionalEliminationTest6.java @ 22646:05183a084a08

updated imports to be explicit and added checkstyle rule to forbid * imports
author Doug Simon <doug.simon@oracle.com>
date Wed, 16 Sep 2015 21:17:42 +0200
parents 8a5bda229627
children
comparison
equal deleted inserted replaced
22645:cf8a2c999270 22646:05183a084a08
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.graal.compiler.test; 23 package com.oracle.graal.compiler.test;
24 24
25 import org.junit.*; 25 import org.junit.Test;
26 26
27 /** 27 /**
28 * Collection of tests for 28 * Collection of tests for
29 * {@link com.oracle.graal.phases.common.DominatorConditionalEliminationPhase} including those that 29 * {@link com.oracle.graal.phases.common.DominatorConditionalEliminationPhase} including those that
30 * triggered bugs in this phase. 30 * triggered bugs in this phase.