Skip to content
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

OpenJDK next test fails to compile due to missing jvmti function ClearAllFramePops #20980

Open
pshipton opened this issue Jan 21, 2025 · 1 comment
Labels
Milestone

Comments

@pshipton
Copy link
Member

https://openj9-jenkins.osuosl.org/job/Build_JDKnext_aarch64_mac_Personal/175

10:11:31  /Users/jenkins/workspace/Build_JDKnext_aarch64_mac_Personal/test/hotspot/jtreg/serviceability/jvmti/events/FramePop/ClearAllFramePops/libClearAllFramePops.cpp:149:34: error: no member named 'ClearAllFramePops' in '_jvmtiEnv'
10:11:31    check_jvmti_status(jni, jvmti->ClearAllFramePops(nullptr), "Error in ClearAllFramePops");
10:11:31                            ~~~~~  ^
10:11:31  1 error generated.
@pshipton pshipton added this to the Java 25 milestone Jan 21, 2025
pshipton added a commit to pshipton/openj9-openjdk-jdk that referenced this issue Jan 21, 2025
OpenJ9 hasn't implemented it yet.

Issue eclipse-openj9/openj9#20980

Signed-off-by: Peter Shipton <[email protected]>
@pshipton
Copy link
Member Author

Removed the call in ibmruntimes/openj9-openjdk-jdk#919. It needs to be restored once ClearAllFramePops is available.

pshipton added a commit to pshipton/openj9-openjdk-jdk that referenced this issue Jan 21, 2025
OpenJ9 hasn't implemented it yet.

Issue eclipse-openj9/openj9#20980

Signed-off-by: Peter Shipton <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant