cjplummer [Fri, 26 Feb 2016 09:13:22 -0800] rev 36345
8147978: Remove Method::_method_data for C1
Summary: Method::_method_data field removed when not using C2 or JVMCI
Reviewed-by: dholmes, kvn
twisti [Tue, 01 Mar 2016 18:29:20 +0000] rev 36344
Merge
twisti [Fri, 26 Feb 2016 13:21:28 +0100] rev 36343
8150727: [JVMCI] add LoadLoad to the implicit memory barriers on AMD64
Reviewed-by: rschatz, twisti
Contributed-by: Benoit Daloze <benoit.daloze@jku.at>
vlivanov [Tue, 01 Mar 2016 20:06:47 +0300] rev 36342
8150933: System::arraycopy intrinsic doesn't mark mismatched loads
Reviewed-by: kvn, shade
fyang [Fri, 19 Feb 2016 17:12:14 +0800] rev 36341
8150229: aarch64: pipeline class for several instructions is not set correctly
Summary: aarch64: c2 fix pipeline class for several instructions.
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
fyang [Thu, 18 Feb 2016 21:53:24 +0800] rev 36340
8149907: aarch64: use load/store pair instructions in call_stub
Summary: aarch64: make use of load/store pair instructions in call_stub to save space
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
fyang [Wed, 17 Feb 2016 20:19:24 +0800] rev 36339
8150038: aarch64: make use of CBZ and CBNZ when comparing narrow pointer with zero
Summary: aarch64: c2 make use of CBZ and CBNZ when comparing narrow pointer with zero
Reviewed-by: aph
Contributed-by: felix.yang@linaro.org
hshi [Wed, 24 Feb 2016 04:45:50 -0800] rev 36338
8149733: AArch64: refactor array_equals/string_equals
Summary: combine similar code for string_equals/char_array_equals/byte_array_equals into same implemenation
Reviewed-by: aph, shade
vlivanov [Mon, 29 Feb 2016 23:46:55 +0300] rev 36337
8150543: Mismatched access detection is inaccurate
Reviewed-by: kvn, shade
redestad [Mon, 29 Feb 2016 15:05:45 +0100] rev 36336
8150720: Cleanup code around PrintOptoStatistics
Reviewed-by: kvn, shade, vlivanov
zmajo [Mon, 29 Feb 2016 13:02:10 +0100] rev 36335
8150349: Reduce the execution time of the hotspot_compiler_3 group
Summary: Exclude long-running intrinsic-related tests that check functionality that is not likely to be changed soon.
Reviewed-by: kvn, neliasso
thartmann [Mon, 29 Feb 2016 09:02:13 +0100] rev 36334
Merge
twisti [Fri, 26 Feb 2016 11:13:25 -1000] rev 36333
8150738: [JVMCI] runtime/CommandLine/TraceExceptionsTest.java fails with: java.lang.RuntimeException: '<a 'java/lang/ClassNotFoundException': NoClassFound>' missing
Reviewed-by: coleenp
vlivanov [Fri, 26 Feb 2016 15:54:55 +0300] rev 36332
8068038: C2: large constant offsets aren't handled on SPARC
Reviewed-by: kvn