hotspot/test/compiler/intrinsics/bmi/verifycode/BmiIntrinsicBase.java
changeset 30604 b8d532cb6420
parent 25735 990d2378e01d
child 34155 8d9e0cbf93a2
equal deleted inserted replaced
30603:a8754858a7fc 30604:b8d532cb6420
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    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  */
    23  */
    24 
    24 
    25 import com.oracle.java.testlibrary.Asserts;
    25 import jdk.test.lib.Asserts;
    26 import com.oracle.java.testlibrary.Platform;
    26 import jdk.test.lib.Platform;
    27 import com.oracle.java.testlibrary.Utils;
    27 import jdk.test.lib.Utils;
    28 import sun.hotspot.code.NMethod;
    28 import sun.hotspot.code.NMethod;
    29 import sun.hotspot.cpuinfo.CPUInfo;
    29 import sun.hotspot.cpuinfo.CPUInfo;
    30 
    30 
    31 import java.lang.reflect.Executable;
    31 import java.lang.reflect.Executable;
    32 import java.lang.reflect.Method;
    32 import java.lang.reflect.Method;