RFR: 8316397: StackTrace/Suspended/GetStackTraceSuspendedStressTest.java failed with: SingleStep event is NOT expected [v4]
David Holmes
dholmes at openjdk.org
Wed Feb 26 02:52:55 UTC 2025
On Tue, 25 Feb 2025 21:13:14 GMT, Patricio Chilano Mateo <pchilanomate at openjdk.org> wrote:
> We are checking for suspension in ~ThreadInVMfromJava(), the problem is that the check there is too late,
Okay but why are we not checking in the initial transition from Java, or elsewhere in the JRT_ENTRY?
It just seems to me this is a general problem but we only happened to have tripped over one case of it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23490#discussion_r1970821413
More information about the hotspot-runtime-dev
mailing list