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

[JDK25] Add a stub for JVMTI ClearAllFramePops #21162

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

babsingh
Copy link
Contributor

Related: #20980

@babsingh
Copy link
Contributor Author

jenkins compile alinux jdknext

@babsingh
Copy link
Contributor Author

The PR build is failing due to a JIT issue, which is not related to this PR:

16:34:07  /home/jenkins/workspace/Build_JDKnext_aarch64_linux_Personal/openj9/runtime/compiler/env/ProcessorDetection.cpp: In member function 'virtual void TR_J9VM::initializeProcessorType()':
16:34:07  /home/jenkins/workspace/Build_JDKnext_aarch64_linux_Personal/openj9/runtime/compiler/env/ProcessorDetection.cpp:355:29: error: '_xgetbv' was not declared in this scope
16:34:07    355 |          disableAVX = ((6 & _xgetbv(0)) != 6);
16:34:07        |  

Tested locally, the changes work fine.

@pshipton
Copy link
Member

jenkins compile amac jdknext

@pshipton pshipton removed their request for review February 20, 2025 22:50
@pshipton pshipton merged commit f4a42d1 into eclipse-openj9:master Feb 20, 2025
4 checks passed
@pshipton
Copy link
Member

Oops, the real test was to compile against the jdknext openj9-staging branch. It's still failing to compile.
https://openj9-jenkins.osuosl.org/job/Build_JDKnext_aarch64_mac_OpenJDK/510

@keithc-ca
Copy link
Contributor

@babsingh Will you be continuing this work?

@babsingh
Copy link
Contributor Author

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants