# HG changeset patch # User Oleksandr Gavenko # Date 1579539147 -7200 # Node ID 5a04e048c3a4bcb874363f322e2f71e1666b4870 # Parent ddc35b96ecc1480f8f7e934d11fab409127c040b List of all supported flags by java. diff -r ddc35b96ecc1 -r 5a04e048c3a4 java.rst --- a/java.rst Mon Jan 20 18:45:57 2020 +0200 +++ b/java.rst Mon Jan 20 18:52:27 2020 +0200 @@ -129,6 +129,13 @@ http://java.sun.com/performance/reference/whitepapers/5.0_performance.html http://java.sun.com/performance/reference/whitepapers/6_performance.html +Java flags +========== + +List of all supported flags by ``java``:: + + java -XX:+PrintFlagsFinal -version + Creating jar. ============= ::