-
Notifications
You must be signed in to change notification settings - Fork 720
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
Add flag to indicate if ROMclass is from SCC #20029
Conversation
127bdb7
to
1f8acfa
Compare
Signed-off-by: tajila <[email protected]>
346ca49
to
4db580b
Compare
4db580b
to
04d9418
Compare
runtime/oti/j9javaaccessflags.h
Outdated
@@ -99,6 +99,7 @@ | |||
* See map in ROMClassBuilder::computeExtraModifiers for | |||
* available slots. | |||
*/ | |||
#define J9AccClassIsStoredInSCC 0x20 |
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.
J9AccClassIsShared
is a better name.
Shared cache created by previous JDKs without this change will become incompatible with new JDKs containing this change. The cache generation needs to be incremented to 45: openj9/runtime/shared_common/OSCache.hpp Line 64 in 216f345
The cache generation change should be documented in the release notes. The next release picking up this change is 0.49. |
04d9418
to
9a1e411
Compare
Thanks @hangshao0 I opened this documentation issue eclipse-openj9/openj9-docs#1406 |
Jenkins test sanity,extended amac jdk21 |
Jenkins test sanity,extended xlinux jdk17 |
Jenkins test sanity,extended zlinux jdk8 |
Signed-off-by: Theresa Mammarella <[email protected]>
9a1e411
to
3da9bc5
Compare
Taking over from #19637
Documentation update: eclipse-openj9/openj9-docs#1406