In java the to display all print help on non-standard options
we use
java -X
is there any java option that display all non standard options of XX options like
-XX:-AllowUserSignalHandlers
-XX:-DisableExplicitGC
..........
etc
In java the to display all print help on non-standard options
we use
java -X
is there any java option that display all non standard options of XX options like
-XX:-AllowUserSignalHandlers
-XX:-DisableExplicitGC
..........
etc