-
Bug
-
Resolution: Duplicate
-
P4
-
8u261
java.lang.AssertionError: public int TestLzcntI$LzcntIExpr.intExpr(int)CPU instructions expected not found: 44 8B 52 08 49 C1 E2 03 49 3B C2 0F 85 8F 3B D0 FF 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 89 84 24 00 80 FF FF 55 48 83 EC 10 F3 41 0F BD C0 48 83 C4 10 5D 85 05 A4 DD 4B FF C3 F4 F4 F4
at BmiIntrinsicBase.checkEmittedCode(BmiIntrinsicBase.java:112)
at BmiIntrinsicBase.compileAtLevelAndCheck(BmiIntrinsicBase.java:96)
at BmiIntrinsicBase.test(BmiIntrinsicBase.java:82)
at BmiIntrinsicBase.verifyTestCase(BmiIntrinsicBase.java:44)
at LZcntTestI.main(LZcntTestI.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.lang.Thread.run(Thread.java:748)
JavaTest Message: Test threw exception: java.lang.AssertionError: public int TestLzcntI$LzcntIExpr.intExpr(int)CPU instructions expected not found: 44 8B 52 08 49 C1 E2 03 49 3B C2 0F 85 8F 3B D0 FF 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 89 84 24 00 80 FF FF 55 48 83 EC 10 F3 41 0F BD C0 48 83 C4 10 5D 85 05 A4 DD 4B FF C3 F4 F4 F4
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.AssertionError: public int TestLzcntI$LzcntIExpr.intExpr(int)CPU instructions expected not found: 44 8B 52 08 49 C1 E2 03 49 3B C2 0F 85 8F 3B D0 FF 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 89 84 24 00 80 FF FF 55 48 83 EC 10 F3 41 0F BD C0 48 83 C4 10 5D 85 05 A4 DD 4B FF C3 F4 F4 F4
at BmiIntrinsicBase.checkEmittedCode(BmiIntrinsicBase.java:112)
at BmiIntrinsicBase.compileAtLevelAndCheck(BmiIntrinsicBase.java:96)
at BmiIntrinsicBase.test(BmiIntrinsicBase.java:82)
at BmiIntrinsicBase.verifyTestCase(BmiIntrinsicBase.java:44)
at LZcntTestI.main(LZcntTestI.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.lang.Thread.run(Thread.java:748)
JavaTest Message: Test threw exception: java.lang.AssertionError: public int TestLzcntI$LzcntIExpr.intExpr(int)CPU instructions expected not found: 44 8B 52 08 49 C1 E2 03 49 3B C2 0F 85 8F 3B D0 FF 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 89 84 24 00 80 FF FF 55 48 83 EC 10 F3 41 0F BD C0 48 83 C4 10 5D 85 05 A4 DD 4B FF C3 F4 F4 F4
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.AssertionError: public int TestLzcntI$LzcntIExpr.intExpr(int)CPU instructions expected not found: 44 8B 52 08 49 C1 E2 03 49 3B C2 0F 85 8F 3B D0 FF 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 89 84 24 00 80 FF FF 55 48 83 EC 10 F3 41 0F BD C0 48 83 C4 10 5D 85 05 A4 DD 4B FF C3 F4 F4 F4
- duplicates
-
JDK-8049348 compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage
- Resolved