-
Notifications
You must be signed in to change notification settings - Fork 738
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
Delete now-unnecessary TR_Removed*Guard guard kinds #18624
Conversation
AOT now takes care of generating the TR_Inlined*Method relocations for inlined methods without corresponding guards, so we can remove guards without creating stand-ins.
This will need a coordinated merge with eclipse-omr/omr#7205 |
@dsouzai, could you please review? |
Jenkins test sanity.functional+aot all jdk17,jdk21 depends eclipse-omr/omr#7205 |
aarch64 failures due to #18436 the zlinux failure I'm not sure I've seen before, but it doesn't look like this change could cause it:
|
Jenkins test sanity.functional+aot zlinux jdk21 depends eclipse-omr/omr#7205 |
AOT now takes care of generating the
TR_Inlined*Method
relocations for inlined methods without corresponding guards, so we can remove guards without creating stand-ins.