ic_ivau is not required for new aarch64 hardware. Dynamorio depends this instruction to detect self modify code region. So the region may be skipped in new hardware.
This fix mangle "mrs ctr.el0" to disable DIC, so ic_ivau can be executed.
JVM sometimes flush empty stubs, check the range before flush fragments
Fix: #5771