Skip to content

Remove unused isCallByteCode() method #21910

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

Merged
merged 1 commit into from
May 20, 2025

Conversation

mpirvu
Copy link
Contributor

@mpirvu mpirvu commented May 20, 2025

isCallByteCode(U_8 byteCode) is a method defined in IProfiler.cpp but it is unused and incomplete: it misses two other call bytecodes (JBinvokestaticsplit and JBinvokestaticsplit).
Rather than fixing the code, it's better to just remove it.

`isCallByteCode(U_8 byteCode)` is a method defined in
IProfiler.cpp but it is unused and incomplete: it misses
two other call bytecodes (JBinvokestaticsplit and
JBinvokestaticsplit).
Rather than fixing the code, it's better to just remove it.

Signed-off-by: Marius <[email protected]>
@mpirvu mpirvu requested a review from dsouzai as a code owner May 20, 2025 16:26
@mpirvu
Copy link
Contributor Author

mpirvu commented May 20, 2025

jenkins compile all jdk21

@dsouzai dsouzai self-assigned this May 20, 2025
@mpirvu
Copy link
Contributor Author

mpirvu commented May 20, 2025

All test passed.

@dsouzai dsouzai merged commit a882ac7 into eclipse-openj9:master May 20, 2025
11 checks passed
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.

2 participants