Relates :
|
Before JDK-8055494 it was possible to disable usage of all BMI1-related instructions by passing -XX:-UseBMI1Instructions to JVM, but fix for JDK-8055494 made it impossible to disable usage of TZCNT. TZCNT is part of BMI1 instruction set, so it should be possible to explicitly disable its usage via -XX:-UseBMI1Instuctions passed to JVM.
|