psandoz [Wed, 31 Jan 2018 10:55:49 -0800] rev 48825
8196508: Add jdeprscan test TestRelease.java to the problem list
Reviewed-by: smarks
gziemski [Wed, 31 Jan 2018 11:12:12 -0600] rev 48824
8181503: Can't compile hotspot with c++11
Summary: Fixed 5 unique c++14 compiler issues
Reviewed-by: coleenp, dholmes, kbarrett
coleenp [Wed, 31 Jan 2018 11:07:55 -0500] rev 48823
7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
Summary: Value of zero means unlimited stack trace. If you want no stack trace, use -XX:-StackTraceInThrowable
Reviewed-by: dholmes, hseigel
clanger [Wed, 31 Jan 2018 16:48:41 +0100] rev 48822
8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat
Reviewed-by: goetz, stuefe