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

Fix "statement has no effect" with J9CLASS_DEPTH() #20173

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

knn-k
Copy link
Contributor

@knn-k knn-k commented Sep 17, 2024

This commit fixes build errors with J9CLASS_DEPTH() in java_lang_invoke_MethodHandleNatives.cpp.

Fixes: #20170

This commit fixes build errors with J9CLASS_DEPTH() in
java_lang_invoke_MethodHandleNatives.cpp.

Fixes: eclipse-openj9#20170

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
@knn-k knn-k added the comp:vm label Sep 17, 2024
@knn-k
Copy link
Contributor Author

knn-k commented Sep 17, 2024

Jenkins test sanity amac jdk17,jdk21

@keithc-ca
Copy link
Contributor

Jenkins test sanity,extended amac jdk17

@keithc-ca keithc-ca merged commit 4a33755 into eclipse-openj9:master Sep 17, 2024
8 checks passed
@knn-k knn-k deleted the fixJ9ClassDepth branch September 20, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build error: "statement has no effect" with J9CLASS_DEPTH() in java_lang_invoke_MethodHandleNatives.cpp
2 participants