psandoz [Wed, 31 Jan 2018 17:43:46 -0800] rev 48830
8196533: Update CondyNestedTest.java to compile jcod file
Reviewed-by: mchung
jwilhelm [Thu, 01 Feb 2018 02:05:35 +0100] rev 48829
Merge
ecaspole [Wed, 31 Jan 2018 17:45:48 -0500] rev 48828
8195069: LogCompilation - add basic unit tests
Summary: Framework and simple junits with static input
Reviewed-by: kvn, thartmann
psandoz [Wed, 31 Jan 2018 11:20:36 -0800] rev 48827
8187742: Minimal set of bootstrap methods for constant dynamic
Reviewed-by: jrose, forax
Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
psandoz [Fri, 08 Sep 2017 10:46:46 -0700] rev 48826
8186209: Tool support for ConstantDynamic
8186046: Minimal ConstantDynamic support
8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support
Reviewed-by: acorn, coleenp, kvn
Contributed-by: lois.foltan@oracle.com, john.r.rose@oracle.com, paul.sandoz@oracle.com
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