Code Review for jdk

Prepared by:qpzhang on Tue Apr 16 18:38:57 CST 2019
Workspace:/home/pzhang/work/jdks_src/jdk
Compare against: http://hg.openjdk.java.net/jdk/jdk/
Compare against version:54471
Summary of changes: 71 lines changed: 29 ins; 12 del; 30 mod; 2736 unchg
Changeset: jdk.changeset
Bug id: JDK-8222334 : java -Xss0 triggers StackOverflowError
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/java.base/share/native/libjli/java.c

rev 54472 : 8222334: java -Xss0 triggers StackOverflowError
Summary: Launcher to use the ThreadStackSize decided by hotpot or system if input is 0
Reviewed-by: dholmes
55 lines changed: 16 ins; 12 del; 27 mod; 2359 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/hotspot/jtreg/runtime/Thread/TooSmallStackSize.java

rev 54472 : 8222334: java -Xss0 triggers StackOverflowError
Summary: Launcher to use the ThreadStackSize decided by hotpot or system if input is 0
Reviewed-by: dholmes
8 lines changed: 7 ins; 0 del; 1 mod; 204 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/jdk/tools/launcher/TooSmallStackSize.java

rev 54472 : 8222334: java -Xss0 triggers StackOverflowError
Summary: Launcher to use the ThreadStackSize decided by hotpot or system if input is 0
Reviewed-by: dholmes
8 lines changed: 6 ins; 0 del; 2 mod; 173 unchg

This code review page was prepared using /home/pzhang/work/bin/webrev.ksh (vers 25.17-hg+openjdk.java.net).