jprovino [Mon, 24 Oct 2016 10:10:30 -0400] rev 42048
8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
Summary: The call to ClassLoaderDataGraph::clear_claimed_marks() during initial mark in g1CollectedHeap.cpp:4420 is misplaced.
Reviewed-by: tschatzl, kbarrett
dsamersoff [Mon, 24 Oct 2016 14:51:54 +0300] rev 42047
8160376: DebuggerException: Can't attach symbolicator to the process
Summary: Make SA link to JavaRuntimeSupport in MacOS X
Reviewed-by: dsamersoff, dcubed
Contributed-by: Sharath Ballal <sharath.ballal@oracle.com>
sla [Mon, 24 Oct 2016 09:55:58 +0200] rev 42046
Merge
sla [Mon, 24 Oct 2016 09:05:13 +0200] rev 42045
8168483: Remove jtreg timeout handler timeout
Reviewed-by: dholmes, tbell
simonis [Thu, 06 Oct 2016 18:04:11 +0200] rev 42044
8167299: -XX:+PrintRelocations crashes the VM
Reviewed-by: kvn
kbarrett [Fri, 21 Oct 2016 22:26:51 -0400] rev 42043
8166862: CMS needs klass_or_null_acquire
Summary: Change CMS non-assert uses of klass_or_null to klass_or_null_acquire.
Reviewed-by: tschatzl, mgerdin
dlong [Fri, 21 Oct 2016 17:51:33 -0700] rev 42042
8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
Summary: add range check for sender_sp
Reviewed-by: aph, dcubed
rraghavan [Fri, 21 Oct 2016 13:07:32 -0700] rev 42041
8165661: SPECjvm2008-crypto.signverify regression in 9-b105
Summary: Reverted part change done earlier for 8145322 - removed the (CastII (AddI x const)) -> (AddI (CastII x) const) transformation
Reviewed-by: roland, kvn, thartmann
neliasso [Fri, 21 Oct 2016 20:12:47 +0200] rev 42040
8166377: is_compiled_by_jvmci hot in some profiles - improve nmethod compiler type detection
Summary: Refactor code removing virtual call
Reviewed-by: kvn, twisti
kvn [Fri, 21 Oct 2016 10:16:09 -0700] rev 42039
8165381: Update for x86 SHA512 using AVX2
Summary: Add intrinsics for x86 AVX2 architecture with no SHA instructions.
Reviewed-by: kvn
Contributed-by: smita.kamath@intel.com
mgronlun [Fri, 21 Oct 2016 17:55:02 +0200] rev 42038
Merge
mgronlun [Fri, 21 Oct 2016 16:20:18 +0200] rev 42037
8166806: Add intrinsic support for writer used in event based tracing
Reviewed-by: kvn, egahlin
akulyakh [Fri, 21 Oct 2016 17:04:13 +0300] rev 42036
8168479: Quarantine serviceability/jdwp/AllModulesCommandTest.java test
Summary: Quarantining a test
Reviewed-by: sla
dsamersoff [Fri, 21 Oct 2016 12:30:12 +0300] rev 42035
8164383: jhsdb dumps core on Solaris 12 when loading dumped core
Summary: Add the required extra parameters to Plookup_by_addr() and proc_arg_grab() as per the change to libproc with Solaris 12.
Reviewed-by: dsamersoff, sspitsyn
Contributed-by: jini.george@oracle.com