I am using commadline java and javac on my Ubuntu Linux host and I was wondering how can I get the list and values of options being passed to JVM like -Xmx -Xms -Xss ?
Also I could not find this information on man java or man javac and I was very surprised with that. Can you help?
I am assuming you are asking what are the possible command line options and their potential values.
This is the man page
for the Solaris/Linux version of the JVM.
The general page for links to documentation of the OS-specific versions of all the tools is here.