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

Don't use <fieldalias> for java/lang/reflect/Field.flags #20584

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

keithc-ca
Copy link
Contributor

@keithc-ca keithc-ca commented Nov 12, 2024

The fields Field.flags and Field.trustedFinal are related, but have different types, making it inappropriate to treat them as aliases.

Fixes: #20580.

The fields Field.flags and Field.trustedFinal are related, but have
different types, making it inappropriate to treat them as aliases.

Signed-off-by: Keith W. Campbell <[email protected]>
@keithc-ca keithc-ca requested a review from pshipton November 12, 2024 22:16
@pshipton pshipton requested a review from hangshao0 November 12, 2024 22:26
@pshipton pshipton added project:valhalla Used to track Project Valhalla related work comp:vm labels Nov 12, 2024
@hangshao0
Copy link
Contributor

Jenkins test sanity.functional plinuxvalst jdknext

@hangshao0
Copy link
Contributor

jenkins test sanity.functional amac jdk21

@hangshao0
Copy link
Contributor

Jenkins test sanity.functional,extended zlinuxval jdknext

@hangshao0
Copy link
Contributor

The error in the PR build is not related to this change.

@hangshao0 hangshao0 merged commit 2583a83 into eclipse-openj9:master Nov 13, 2024
8 of 10 checks passed
@keithc-ca keithc-ca deleted the fieldalias branch November 18, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:vm project:valhalla Used to track Project Valhalla related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't use <fieldalias> for Field.flags
3 participants