Sometimes I see like:
-D
or
-X
that passed to jdk/bin/java…
Where I can find complete list of these parameters?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The standard options (and some common non-standard ones) are listed in the documentation of the java command.
There are also a lot of vendor-specific non-standard options for tuning and debugging the VM’s behaviour, especially garbage collection.