-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b60
-
generic
-
generic
Setting -XX:+PrintVMOptions on the commandline does not cause all
command line options to be printed. The only options that get printed
are the ones that fall into default valid -XX: branch of the big
nested if statement where process_argument() gets called. All options
that have their own specialized branches in the big nested if statement
don't get printed.
command line options to be printed. The only options that get printed
are the ones that fall into default valid -XX: branch of the big
nested if statement where process_argument() gets called. All options
that have their own specialized branches in the big nested if statement
don't get printed.