author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 20 Jan 2020 18:52:27 +0200 (2020-01-20) | |
changeset 2407 | 5a04e048c3a4 |
parent 2406 | ddc35b96ecc1 |
child 2408 | c19423f2e7ee |
--- 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. ============= ::