redestad [Mon, 12 Oct 2015 14:54:39 +0200] rev 33168
8134607: Remove per-compiler performance counters
Reviewed-by: twisti, neliasso
iveresov [Fri, 09 Oct 2015 21:04:19 +0000] rev 33167
Merge
iveresov [Fri, 09 Oct 2015 12:17:58 -0700] rev 33166
8136725: Provide utility for creation a counted loop reserve copy (clone)
Summary: Make it easier to revert to the original loop should that be needed
Reviewed-by: kvn
Contributed-by: jan.civlin@intel.com
twisti [Fri, 09 Oct 2015 09:09:05 -1000] rev 33165
8138820: JDK Hotspot build fails with Xcode 7.0.1
Reviewed-by: iveresov
zmajo [Fri, 09 Oct 2015 15:00:17 +0200] rev 33164
8081288: erronous free in RegClass::~RegClass()
Summary: Remove the erronous free.
Reviewed-by: kvn
zmajo [Fri, 09 Oct 2015 14:21:26 +0200] rev 33163
8078554: Compiler: implement ranges (optionally constraints) for those flags that have them missing
Summary: Add range check or constraint where necessary.
Reviewed-by: roland, thartmann
thartmann [Fri, 09 Oct 2015 11:28:11 +0200] rev 33162
8139150: ClassVerifier frees exception message while it's still in use
Summary: Remove ResourceMark in StackMapReader::parse_verification_type() to avoid freeing of error message.
Reviewed-by: zmajo, dcubed, hseigel