-
Notifications
You must be signed in to change notification settings - Fork 729
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
Ignored Xjit args do not show up in the IGNOREDARGS list #19742
Comments
@hzongaro fyi |
@mpirvu, would this be something for the "control" team to consider? |
@gjdeval I am not familiar with |
@mpirvu That would probably be an improvement over the current situation. Both (all/any) of the Xjit combinations would appear in the However, since I opened this issue, another developer brought another complicating factor to my attention, which is the Perhaps rather than |
It's actually not that easy to determine all options in effect because we don't track them and some of them are determined internally (some options, -Xjit: or -XX:, can turn on/off other options). |
Oh! Well it looks like (not for the first time) I underestimated the implementation complexity - sorry about that. :-) But that would be the most useful way to let a user (or more likely our support staff) understand what Xjit options are applied. |
What I propose we do is:
Same for -Xaot: |
I started liberty after adding "-Xshareclasses:name=scc1 -Xshareclasses:name=scc2" to JVM_ARGS and I expected to see
I have no experience with |
That is probably another gap in "ignored args" coverage. Originally it applied to |
To me, Marius' proposal is OK, at least better than what we have now. It would be more helpful to be able to say outright what |
Attn: @luke-li-2003 |
OpenJ9 will only accept one
-Xjit:<blah-blah>
argument; if more than one-Xjit:<blah-blah>
argument is presented on the command line, all but one is ignored. However, the ignored-Xjit
arguments are not included in the1CIIGNOREDARGS Ignored Args:
list.It would be nice if ignored
-Xjit
arguments were in the list, so that the user or support team could clearly see that not all the-Xjit
arguments were actually applied.The text was updated successfully, but these errors were encountered: