-
Notifications
You must be signed in to change notification settings - Fork 721
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
Improve error message when loading an invalid class version #15084
Conversation
988d054
to
30ca1b5
Compare
d1514fa
to
56ca1b2
Compare
J9NLS_CFR_ERR_MAJOR_VERSION, J9NLS_CFR_ERR_MINOR_VERSION can't be removed completely, just the text can be removed. See the instructions at the top of the file |
should |
The
|
a536c76
to
0d6991e
Compare
a65b82a
to
a7c6194
Compare
Removed old preview version message and also squashed commits. |
@fengxue-IS any more comments? jenking test sanity,extended xlinux jdk8 |
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.
code lgtm, no more questions
@pshipton can you please restart the testing, there is a typo |
jenkins test sanity,extended xlinux jdk8 |
jenkins compile xlinux jdk18,jdk19 |
@pshipton Looks like it should be "next" instead of jdk19? |
jenkins compile xlinux jdk18,jdknext |
Major version too big:
Preview version on older JVM:
Preview not enabled:
Unsupported preview version
|
What's the first two errors? Do I need to do something about them? |
They are just examples of your changes, for testing. |
73c276c
to
ecea610
Compare
@thallium Please resolve the conflict (your additions to |
Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
jenkins test sanity,extended alinux64,win,win32 jdk8 |
@thallium pls cherry pick this change and create a PR against the https://github.com/eclipse-openj9/openj9/tree/v0.33.0-release branch. |
provides version number of invalid class
fix #13347
@fengxue-IS please review
Signed-off-by: Gengchen Tuo gengchen.tuo@ibm.com