kbarrett [Thu, 10 Mar 2016 16:21:46 -0500] rev 37065
8150676: Use BufferNode index
Summary: Maintain index and use it, removing extra checks for or stores of NULL.
Reviewed-by: jmasa, tschatzl
coleenp [Thu, 10 Mar 2016 13:43:47 -0500] rev 37064
8150778: Reduce Throwable.getStackTrace() calls to the JVM
Summary: replace JVM_GetStackTraceDepth and JVM_GetStackTraceElement, with JVM_GetStackTraceElements that gets all the elements in the StackTraceElement[]
Reviewed-by: shade, mchung, dholmes, hseigel
iignatyev [Thu, 10 Mar 2016 14:15:15 +0100] rev 37063
Merge
dfazunen [Tue, 01 Mar 2016 20:30:28 +0400] rev 37062
8145908: [Newtest] Multi-threading stress test for G1 Remembered Sets
Reviewed-by: tschatzl, mchernov