The mdp verification code in the PPC64 interpreter always calls InterpreterRuntime::verify_mdp in debug builds. This causes a considerable slowdown in some tests on PPC. We can reduce test time significantly by fixing the quick check.
Workaround: -XX:-VerifyDataPointer
Workaround: -XX:-VerifyDataPointer
- links to
-
Review(master)
openjdk/jdk/29279