-
Notifications
You must be signed in to change notification settings - Fork 729
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
JDK21 serviceability_jvmti_j9_0_FAILED serviceability/jvmti/stress/StackTrace/Suspended/GetStackTraceSuspendedStressTest.java Fatal error: Error in GetStackTrace #17871
Comments
JDK21 x86-64_linux(
50x internal grinder - failed 18/50, failed in 4/5 child jobs |
JDK21 aarch64_linux(
|
|
Without the J9_STACKWALK_ITERATE_FRAMES flag, the genericFrameIterator is not invoked. If there are methods with the JvmtiMountTransition annotation on the stack, they won't be ignored because the genericFrameIterator (frameWalkFunction) does not get invoked. Related: eclipse-openj9#17871 Signed-off-by: Babneet Singh <[email protected]>
Closing: #18132 is the proposed fix to resolve the the stack trace mismatch from #17871 (comment). |
Failure link
From an internal grinder build(
paix825
) - launched at #17865Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
50x internal grinder - 2/50 failing rate
FYI @babsingh
The text was updated successfully, but these errors were encountered: