dcubed [Fri, 06 Mar 2015 08:47:51 -0800] rev 29459
Merge
dholmes [Wed, 04 Mar 2015 16:35:58 -0500] rev 29458
8073861: Unused VM Options in JDK9 HotSpot
Reviewed-by: dholmes, lfoltan
Contributed-by: Dmitry Dmitriev <dmitry.dmitriev@oracle.com>
kevinw [Tue, 03 Mar 2015 19:42:09 +0000] rev 29457
8073688: Infinite loop reading types during jmap attach.
Reviewed-by: dsamersoff, sla
dholmes [Tue, 03 Mar 2015 19:20:26 -0500] rev 29456
7143664: Clean up OrderAccess implementations and usage
Summary: Clarify and correct the abstract model for memory barriers provided by the orderAccess class. Refactor the implementations using template specialization to allow the bulk of the code to be shared, with platform specific customizations applied as needed.
Reviewed-by: acorn, dcubed, dholmes, dlong, goetz, kbarrett, sgehwolf
Contributed-by: Erik Osterlund <erik.osterlund@lnu.se>