test/compiler/intrinsics/bmi/verifycode/LZcntTestL.java

changeset 9830
fc8a3d56cd0c
parent 0
f90c822e73f8
     1.1 --- a/test/compiler/intrinsics/bmi/verifycode/LZcntTestL.java	Mon Feb 03 06:40:55 2020 +0000
     1.2 +++ b/test/compiler/intrinsics/bmi/verifycode/LZcntTestL.java	Mon Feb 17 08:53:34 2020 +0000
     1.3 @@ -49,6 +49,8 @@
     1.4      public static void main(String[] args) throws Exception {
     1.5          // j.l.Integer and Long should be loaded to allow a compilation of the methods that use their methods
     1.6          System.out.println("classes java.lang.Long should be loaded. Proof: " + Long.class);
     1.7 +        // Avoid uncommon traps.
     1.8 +        System.out.println("Num leading zeroes: " + new  TestLzcntL.LzcntLExpr().longExpr(12341341));
     1.9          BmiIntrinsicBase.verifyTestCase(LZcntTestL::new, TestLzcntL.LzcntLExpr.class.getDeclaredMethods());
    1.10      }
    1.11  }

mercurial