cjplummer [Thu, 21 Apr 2016 20:49:11 -0700] rev 38059
8148195: Some InstanceKlass and MethodCounters fields can be excluded when JVMTI is not supported
Summary: Removed "previous version", "cached class file", and breakpoint related fields and code when JVMTI is not supported
Reviewed-by: coleenp, sspitsyn
bharadwaj [Thu, 21 Apr 2016 20:11:40 +0000] rev 38058
Merge
bharadwaj [Thu, 21 Apr 2016 15:59:07 -0400] rev 38057
Merge
thartmann [Thu, 21 Apr 2016 09:29:54 +0000] rev 38056
Merge
thartmann [Thu, 21 Apr 2016 10:52:00 +0200] rev 38055
8086068: VM crashes with "-Xint -XX:+UseCompiler" options
Summary: Prevent incompatible compiler flag combination.
Reviewed-by: zmajo, kvn, ddmitriev
zmajo [Thu, 21 Apr 2016 09:21:48 +0200] rev 38054
8153292: AllocateInstancePrefetchLines>AllocatePrefetchLines can trigger out-of-heap prefetching
Summary: Set the size of the reserved TLAB area to the MAX of both flags.
Reviewed-by: kvn, thartmann