-
Notifications
You must be signed in to change notification settings - Fork 737
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
Rename Preload attribute to LoadableDescriptors #20325
Conversation
Please address the line endings check failure. |
debugtools/DDR_VM/src/com/ibm/j9ddr/CompatibilityConstants29.dat
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaAttributeTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaAttributeTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaAttributeTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaUtils.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Theresa Mammarella <[email protected]>
Signed-off-by: Theresa Mammarella <[email protected]>
5560675
to
ff9bbc4
Compare
test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaAttributeTests.java
Outdated
Show resolved
Hide resolved
test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaAttributeTests.java
Outdated
Show resolved
Hide resolved
bd3ebdb
to
7715fde
Compare
test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaAttributeTests.java
Show resolved
Hide resolved
9f9862d
to
541003f
Compare
Jenkins test sanity aarch64_linux,aarch64_linux_vt_standard jdknext |
Updates are required to https://github.com/ibmruntimes/openj9-openjdk-jdk.valuetypes before that repository will compile with the current content of https://github.com/eclipse-openj9/openj9:
|
I created #20377 which should unblock this. |
Jenkins test sanity aarch64_linux_vt_standard jdknext |
There are many failures like this:
|
Those failures are related to #20372 |
Do you have more review comments on this ? @keithc-ca |
No more comments other than to say I'd be happier if we didn't have to ignore test failures, but I'll defer to you, @hangshao0. |
# LoadableDescriptors is not translatable | ||
J9NLS_CFR_ERR_MULTIPLE_LOADABLEDESCRIPTORS_ATTRIBUTES=Multiple LoadableDescriptors attributes | ||
# START NON-TRANSLATABLE | ||
J9NLS_CFR_ERR_MULTIPLE_LOADABLEDESCRIPTORS_ATTRIBUTES.explanation=Please consult the Java Virtual Machine Specification for a detailed explanation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could mention there should be only one LoadableDescriptors attribute either in the NLS message or in the explanation so that it is more obvious to the users what is wrong.
Signed-off-by: Theresa Mammarella <[email protected]>
Jenkins test sanity.functional,extended alinuxval jdknext |
Fixes: #19611
I tried to split commits as follows for easier reviewing: