jwilhelm [Tue, 08 Aug 2017 22:58:44 +0200] rev 46777
Merge
jwilhelm [Tue, 08 Aug 2017 21:16:00 +0200] rev 46776
Merge
iignatyev [Tue, 08 Aug 2017 12:39:18 -0700] rev 46775
8184738: CTW fails with assert(!method->method_holder()->is_not_initialized()) failed: method holder must be initialized
Reviewed-by: kvn
bobv [Tue, 08 Aug 2017 11:44:23 -0400] rev 46774
8183149: [AOT] SEGV in AMD64MathStub.pow: alignment for ArrayDataPointerConstant is not honored
Reviewed-by: kvn
hseigel [Tue, 08 Aug 2017 09:53:52 -0400] rev 46773
8185717: Make ModuleEntry->module() return an oop not a jobject
Summary: Change ModuleEntry::module() to return an oop and add a ModuleEntry::module_handle() that returns a jobject
Reviewed-by: shade, coleenp, lfoltan
hseigel [Tue, 08 Aug 2017 08:41:36 -0400] rev 46772
8185103: TestThreadDumpMonitorContention.java crashed due to SIGSEGV in G1SATBCardTableModRefBS::write_ref_field_pre_work
Summary: Ensure that a Klass's mirror is set before putting the Klass on the fixup_module_field_list
Reviewed-by: coleenp, dholmes, gtriantafill
sspitsyn [Tue, 08 Aug 2017 02:10:30 +0000] rev 46771
Merge
sspitsyn [Tue, 08 Aug 2017 01:44:43 +0000] rev 46770
Merge
sspitsyn [Mon, 07 Aug 2017 18:14:39 -0700] rev 46769
8185930: TEST_BUG: jvmti tests should not depend on the jdk.jdi module
Summary: Remove unneeded dependencies on the jdk.jdi module
Reviewed-by: dholmes
kbarrett [Mon, 07 Aug 2017 20:58:49 -0400] rev 46768
8185757: QuickSort array size should be size_t
Summary: Changed array size type, propogate effects.
Reviewed-by: tschatzl, coleenp
kbarrett [Mon, 07 Aug 2017 18:50:14 -0400] rev 46767
8185746: Remove Mutex destructor assertion
Summary: Remove unneeded ~Mutex(), improve assertion msg in ~Monitor.
Reviewed-by: dholmes, coleenp, tschatzl
sgehwolf [Mon, 07 Aug 2017 12:19:17 +0200] rev 46766
8185900: hotspot build failed with gcc version Red Hat 4.4.7-3
Summary: Cast to void* within DTRACE_CLASS* macros.
Reviewed-by: coleenp, shade
ysuenaga [Mon, 07 Aug 2017 12:34:21 -0700] rev 46765
8185164: GetOwnedMonitorInfo() returns incorrect owned monitor
Summary: The GetOwnedMonitorInfo() should not return a pending monitor
Reviewed-by: dholmes, dcubed, sspitsyn
zgu [Mon, 07 Aug 2017 13:52:05 -0400] rev 46764
8185884: NMT: taskqueues are miscategorized to mtClass
Summary: Corrected memory type for taskqueue, which should be mtGC instead of mtClass
Reviewed-by: coleenp, shade
kvn [Fri, 04 Aug 2017 21:41:41 -0700] rev 46763
8185843: fix broken HotSpotInternals wiki links
Reviewed-by: dholmes, vlivanov
Contributed-by: muthusamy.chinnathambi@oracle.com