-
Notifications
You must be signed in to change notification settings - Fork 236
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
-Xshareclasses option added to JAVA_TOOL_OPTIONS #430
Conversation
Any update on this work item? Thank you |
@bharathappali - there's a merge conflict... |
5bce181
to
3e3001a
Compare
@karianna I have resolved the merge conflicts. Can I please have your review? |
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.
lgtm - you can take this out of draft
Signed-off-by: bharathappali <[email protected]>
3e3001a
to
b673fcf
Compare
Removed |
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.
lgtm
#402 states that user might override the scc settings when he sets the ENV var
OPENJ9_JAVA_OPTIONS
. Ideally the user should be aware that he was overriding the ENV set by base image and add on top that but for a better user experience this PR adds the-Xshareclasses
option toJAVA_TOOL_OPTIONS
which is already being set.@dinogun @karianna Can i have your views on this ?
PS: This PR is currently work in progress as this might not turn as the perfect solution for the problem stated in #402 . Raising this PR to make incremental changes based on the discussion happening in this thread.
Signed-off-by: bharathappali [email protected]