https://bugs.kde.org/show_bug.cgi?id=359952

Mark Wielaard <m...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m...@redhat.com

--- Comment #1 from Mark Wielaard <m...@redhat.com> ---
Another unhandled x86 sse42 vpcmpestri variant (0x19) is generated by the
latest openjdk hotspot.

Imm8 Control Byte == 0x19. If I am reading the instruction manual correctly
0x19 (0011001) means:
- source data format is unsigned words (01)
- comparison type is match (10)
- post-procession option is NOT CmprSumm (01)
- indexed output option selection is the least significant set bit (0)

A workaround is running java -XX:-UseSSE42Intrinsics to disable the string
comparision optimisations when running under valgrind.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to