rprotacio [Fri, 25 Mar 2016 01:20:14 +0000] rev 37191
Merge
rprotacio [Thu, 24 Mar 2016 13:25:10 -0400] rev 37190
8146947: Remove PrintOopAddress rather than converting to UL
Summary: Deprecated PrintOopAddress and made functionality default
Reviewed-by: coleenp, stefank
kbarrett [Thu, 24 Mar 2016 23:42:46 +0000] rev 37189
Merge
kbarrett [Tue, 22 Mar 2016 20:32:48 -0400] rev 37188
8152196: SuspendibleThreadSet::yield scales poorly
Summary: Use semaphore to wake up VM thread on last suspendible leave/yield.
Reviewed-by: mgerdin, drwhite
coleenp [Thu, 24 Mar 2016 20:17:07 +0000] rev 37187
Merge
coleenp [Thu, 24 Mar 2016 10:19:31 -0400] rev 37186
8143269: Refactor code in universe_post_init that sets up methods to upcall
Summary: Deferred code review cleanups
Reviewed-by: dholmes, hseigel
hseigel [Thu, 24 Mar 2016 15:19:06 +0000] rev 37185
Merge
hseigel [Thu, 24 Mar 2016 08:13:28 -0400] rev 37184
8140665: SIGSEGV when a primitive type's class is used as the host class in a call to DefineAnonymousClass call
Summary: Instead of assertng, throw an exception
Reviewed-by: acorn, coleenp