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
akulyakh [Fri, 09 Sep 2016 15:16:22 +0300] rev 41111
8139368: -javaagent and -Dcom.sun.management need to add to the initial set of modules to resolve
Summary: A new test for the -javaagent option
Reviewed-by: mchung, alanb
dlong [Thu, 08 Sep 2016 23:43:47 -0400] rev 41110
Merge
zmajo [Tue, 30 Aug 2016 09:30:07 +0200] rev 41109
8161720: Better byte behavior for off-heap data
Summary: Normalize boolean values read with Unsafe.
Reviewed-by: aph, simonis, jrose, psandoz