< prev index next >

test/compiler/testlibrary/CompilerUtils.java

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

*** 23,35 **** package compiler.testlibrary; import jdk.test.lib.Asserts; import jdk.test.lib.Platform; - import java.util.stream.IntStream; import sun.hotspot.WhiteBox; public class CompilerUtils { private CompilerUtils() { // to prevent from instantiation } --- 23,36 ---- package compiler.testlibrary; import jdk.test.lib.Asserts; import jdk.test.lib.Platform; import sun.hotspot.WhiteBox; + import java.util.stream.IntStream; + public class CompilerUtils { private CompilerUtils() { // to prevent from instantiation }
< prev index next >