Integrated: 8288105: [PPC64] Problems with -XX:+VerifyStack
Martin Doerr
mdoerr at openjdk.java.net
Mon Jun 13 14:47:08 UTC 2022
On Fri, 10 Jun 2022 10:29:52 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Deoptimization and uncommon trap stubs require last Java PC to point to a PC which has an appropriate OopMap. Otherwise, -XX:+VerifyStack does no longer work after [JDK-8284161](https://bugs.openjdk.org/browse/JDK-8284161).
> I had to debug through the frame stuff and I made the code a bit more robust and easier to use and debug.
This pull request has now been integrated.
Changeset: 7aafc69a
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk19/commit/7aafc69a96cc5c2899d9930bcb81ae4cd0319d5c
Stats: 67 lines in 4 files changed: 10 ins; 39 del; 18 mod
8288105: [PPC64] Problems with -XX:+VerifyStack
Reviewed-by: goetz, mbaesken
-------------
PR: https://git.openjdk.org/jdk19/pull/3
More information about the hotspot-dev
mailing list