openj9
openj9 copied to clipboard
Ignored Xjit args do not show up in the IGNOREDARGS list
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 the 1CIIGNOREDARGS 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.