dcubed [Mon, 04 Apr 2016 14:41:00 -0700] rev 37250
8077392: Stream fork/join tasks occasionally fail to complete
8131715: backout the fix for JDK-8079359 when JDK-8077392 is fixed
Summary: Add missing BasicLock::_displaced_header init to ObjectSynchronizer::quick_enter() and re-enable Contended Locked "fast enter" bucket.
Reviewed-by: gthornbr, dholmes, kvn, cvarming, acorn
ddmitriev [Tue, 05 Apr 2016 00:36:59 +0300] rev 37249
8153437: Temporary exclude AllocatePrefetchDistance from testing
Reviewed-by: dcubed
jprovino [Mon, 04 Apr 2016 12:57:48 -0400] rev 37248
8132524: Missing includes to resourceArea.hpp
Summary: Files that use ResourceMark are missing the include of resourceArea.hpp
Reviewed-by: tschatzl, jwilhelm