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
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