amurillo [Fri, 16 Sep 2016 10:57:21 -0700] rev 41118
Merge
mchung [Wed, 14 Sep 2016 11:53:36 -0700] rev 41117
8157464: Disallow StackWalker.getCallerClass() be called by caller-sensitive method
Reviewed-by: bchristi, coleenp, dfuchs, sspitsyn
gtriantafill [Wed, 14 Sep 2016 08:16:16 -0400] rev 41116
8165889: Remove jdk.test.lib.unsafe.UnsafeHelper
Summary: Remove use of setAccessible() to get Unsafe.
Reviewed-by: shade, lfoltan
amurillo [Sat, 10 Sep 2016 12:23:52 -0700] rev 41115
Merge
hseigel [Sat, 10 Sep 2016 08:27:40 -0400] rev 41114
8165634: Support multiple --add-modules options on the command line
Reviewed-by: alanb
Contributed-by: mandy.chung@oracle.com
dcubed [Fri, 09 Sep 2016 11:25:33 -0700] rev 41113
Merge
rdurbin [Fri, 09 Sep 2016 11:15:58 -0700] rev 41112
8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
Summary: Split the single thread_min_stack_allowed into three distinct values (java_thread_min_stack_allowed, compiler_thread_min_stack_allowed and vm_internal_thread_min_stack_allowed) on non-Windows platforms.
Reviewed-by: dcubed, gthornbr, dholmes, coleenp, fparain, aph