test/compiler/testlibrary/rtm/predicate/SupportedCPU.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/testlibrary/rtm/predicate/SupportedCPU.java

test/compiler/testlibrary/rtm/predicate/SupportedCPU.java

Print this page

        

*** 22,32 **** * */ package rtm.predicate; ! import sun.hotspot.cpuinfo.CPUInfo; import java.util.function.BooleanSupplier; public class SupportedCPU implements BooleanSupplier { @Override --- 22,32 ---- * */ package rtm.predicate; ! import jdk.testlib.cpuinfo.CPUInfo; import java.util.function.BooleanSupplier; public class SupportedCPU implements BooleanSupplier { @Override
test/compiler/testlibrary/rtm/predicate/SupportedCPU.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File