Rename Preload attribute to LoadableDescriptors - #20325
Conversation
|
Please address the line endings check failure. |
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
5560675 to
ff9bbc4
Compare
bd3ebdb to
7715fde
Compare
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.
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 <Theresa.T.Mammarella@ibm.com>
|
Jenkins test sanity.functional,extended alinuxval jdknext |
Fixes: #19611
I tried to split commits as follows for easier reviewing: