-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK24 serviceability_jvmti_j9_0_FAILED serviceability/jvmti/vthread/CheckHiddenFrames/CheckHiddenFrames.java RuntimeException: CheckHiddenFrames failed! #20541
Comments
Issue Number: 20541 |
@thallium Please take a look at this |
I'll look into this. |
The author of the test stated that the |
Yes please add that |
@babsingh we also need to skip JvmtiMountTransition frames in |
|
Yeah for sure, I didn't notice |
Actually we might have to change the stack walker code. The current problem is that decrementing |
Definitely not. Can you please point me at the iterator code? |
https://github.com/eclipse-openj9/openj9/blob/master/runtime/jvmti/jvmtiHelpers.cpp#L2089 If we don't want to modify stack walker code, I think we will need to call stack walker twice to skip the correct number of frames. |
Can you please summarize the issue as you see it and the 2 walk solution you are proposing? |
The issue is that frames with A solution I can think of without modifying stack walker code is to firstly walk the stack with |
I haven't looked at this in detail, but above you mention the issue that counts are adjusted before the callback fires. Can you use this knowledge in the callback? If you really know what you're doing, you could adjust the count values in the callback, though this would generally be discouraged. Niote that skipCount applies only to the top frames on the stack, so I doubt it could be used to skip transition frames that I assume aren't necessarily all on top of stack. |
Failure link
From an internal build(
ubu22-aarch64-5
):Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
50x internal grinder - all failed
The text was updated successfully, but these errors were encountered: