RFR: 8353584: [BACKOUT] DaCapo xalan performance with -XX:+UseObjectMonitorTable

Roman Kennke rkennke at openjdk.org
Wed Apr 2 23:33:48 UTC 2025


On Wed, 2 Apr 2025 23:07:20 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> FTR Roman, I don't see what the bug is but since it's tier1 our policy is to back out the change.  Hopefully it's something simple.  Thanks for the review.  I'll wait for GHA to finish.

That's fine, no worries.

I have a hunch what it might be. We should clear the BL cache in the deopt-path before calling into inflate_and_enter(), because we might be getting some stale cache entry from the interpreter frame. I'll try this out later (not sure when I get to it, though, I'll be traveling tomorrow).

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24396#issuecomment-2773962651


More information about the hotspot-runtime-dev mailing list