Thu, 15 Oct 2015 17:38:41 +0200 8080650: Enable stubs to use frame pointers correctly
zmajo [Thu, 15 Oct 2015 17:38:41 +0200] rev 33188
8080650: Enable stubs to use frame pointers correctly Summary: Change MacroAssembler::verified_entry() to set up RBP correctly when generating stub code. Reviewed-by: kvn
Thu, 15 Oct 2015 18:00:00 +0300 8072369: [TESTBUG] Remove potentially insecure class cast in some hotspot tests
kshefov [Thu, 15 Oct 2015 18:00:00 +0300] rev 33187
8072369: [TESTBUG] Remove potentially insecure class cast in some hotspot tests Reviewed-by: twisti, kvn, iignatyev, tpivovarova
Thu, 15 Oct 2015 11:20:04 +0000 Merge
iignatyev [Thu, 15 Oct 2015 11:20:04 +0000] rev 33186
Merge
Thu, 15 Oct 2015 09:36:13 +0000 Merge
iignatyev [Thu, 15 Oct 2015 09:36:13 +0000] rev 33185
Merge
Thu, 15 Oct 2015 02:46:51 +0300 8139438: [TESTBUG] JVMCI test fails with RuntimeException: Has no virtual object before materialization
dpochepk [Thu, 15 Oct 2015 02:46:51 +0300] rev 33184
8139438: [TESTBUG] JVMCI test fails with RuntimeException: Has no virtual object before materialization Reviewed-by: iignatyev, twisti
Thu, 15 Oct 2015 01:58:28 +0300 8139375: [TESTBUG] compiler/jvmci/SecurityRestrictionsTest checks are too tight
tpivovarova [Thu, 15 Oct 2015 01:58:28 +0300] rev 33183
8139375: [TESTBUG] compiler/jvmci/SecurityRestrictionsTest checks are too tight Reviewed-by: twisti, iignatyev
Tue, 13 Oct 2015 16:21:25 +0300 8139376: [TESTBUG] ExecuteInstalledCodeTest should be run only on amd64 and sparcv9
iignatyev [Tue, 13 Oct 2015 16:21:25 +0300] rev 33182
8139376: [TESTBUG] ExecuteInstalledCodeTest should be run only on amd64 and sparcv9 Reviewed-by: twisti, kvn
Thu, 15 Oct 2015 07:56:53 +0000 Merge
roland [Thu, 15 Oct 2015 07:56:53 +0000] rev 33181
Merge
Thu, 15 Oct 2015 09:40:45 +0200 8138956: Elide more final field's write memory barrier with escape analysis result
roland [Thu, 15 Oct 2015 09:40:45 +0200] rev 33180
8138956: Elide more final field's write memory barrier with escape analysis result Summary: membar for final/stable fields eliminated if possible Reviewed-by: roland, mdoerr, enevill, aph Contributed-by: hui.shi@linaro.org
Wed, 14 Oct 2015 12:29:18 -1000 8139386: JVMCI test failed with assert(_jvmci._alternate_call_target == 0L) failed: must be
twisti [Wed, 14 Oct 2015 12:29:18 -1000] rev 33179
8139386: JVMCI test failed with assert(_jvmci._alternate_call_target == 0L) failed: must be Reviewed-by: kvn
Wed, 14 Oct 2015 09:22:21 -1000 8139545: JVMCI : guarantee(heap_end < allocation_end) failed on some sparcv9 hosts
twisti [Wed, 14 Oct 2015 09:22:21 -1000] rev 33178
8139545: JVMCI : guarantee(heap_end < allocation_end) failed on some sparcv9 hosts Reviewed-by: iveresov, kvn
Tue, 13 Oct 2015 09:21:10 -1000 8139524: JVMCI cannot be initialized with CMS or Serial GCs
twisti [Tue, 13 Oct 2015 09:21:10 -1000] rev 33177
8139524: JVMCI cannot be initialized with CMS or Serial GCs Reviewed-by: iveresov
Thu, 08 Oct 2015 13:14:46 +0000 8139043: aarch64: add support for adler32 intrinsic
enevill [Thu, 08 Oct 2015 13:14:46 +0000] rev 33176
8139043: aarch64: add support for adler32 intrinsic Summary: Add adler32 support like 8132081 for sparc Reviewed-by: kvn
Tue, 29 Sep 2015 17:01:37 +0000 8138575: Improve generated code for profile counters
aph [Tue, 29 Sep 2015 17:01:37 +0000] rev 33175
8138575: Improve generated code for profile counters Reviewed-by: kvn
Wed, 30 Sep 2015 13:23:46 +0000 8138641: Disable C2 peephole by default for aarch64
aph [Wed, 30 Sep 2015 13:23:46 +0000] rev 33174
8138641: Disable C2 peephole by default for aarch64 Reviewed-by: roland Contributed-by: felix.yang@linaro.org
Tue, 13 Oct 2015 13:23:42 +0000 Merge
roland [Tue, 13 Oct 2015 13:23:42 +0000] rev 33173
Merge
Tue, 13 Oct 2015 09:40:39 +0200 8139259: aarch64: jtreg test TestLogSum segvs after 8132207
enevill [Tue, 13 Oct 2015 09:40:39 +0200] rev 33172
8139259: aarch64: jtreg test TestLogSum segvs after 8132207 Summary: Fix jump to 0 caused by uninitialised _dexp in 8132207 Reviewed-by: roland, kvn
Tue, 13 Oct 2015 10:09:57 +0200 8139377: JVM can't be started w/ -XX:+EnableJVMCI -XX:+UseJVMCICompiler and default TypeProfileWidth
zmajo [Tue, 13 Oct 2015 10:09:57 +0200] rev 33171
8139377: JVM can't be started w/ -XX:+EnableJVMCI -XX:+UseJVMCICompiler and default TypeProfileWidth Summary: Raise upper bound of TypeProfileWidth from 4 to 8. Reviewed-by: iveresov, twisti
Mon, 12 Oct 2015 12:20:38 +0200 8139421: PPC64LE: MacroAssembler::bxx64_patchable kill register R12
mdoerr [Mon, 12 Oct 2015 12:20:38 +0200] rev 33170
8139421: PPC64LE: MacroAssembler::bxx64_patchable kill register R12 Summary: Register R12 must be preserved for stub calls (e.g. deopt handler). Reviewed-by: goetz
Mon, 12 Oct 2015 16:35:40 -0700 8139454: java/lang/Math/WorstCaseTests.java crashes on Linux-amd64
iveresov [Mon, 12 Oct 2015 16:35:40 -0700] rev 33169
8139454: java/lang/Math/WorstCaseTests.java crashes on Linux-amd64 Summary: Emit the form of pextrw that works with sse2 Reviewed-by: iveresov, twisti Contributed-by: vivek.r.deshpande@intel.com
Mon, 12 Oct 2015 14:54:39 +0200 8134607: Remove per-compiler performance counters
redestad [Mon, 12 Oct 2015 14:54:39 +0200] rev 33168
8134607: Remove per-compiler performance counters Reviewed-by: twisti, neliasso
Fri, 09 Oct 2015 21:04:19 +0000 Merge
iveresov [Fri, 09 Oct 2015 21:04:19 +0000] rev 33167
Merge
Fri, 09 Oct 2015 12:17:58 -0700 8136725: Provide utility for creation a counted loop reserve copy (clone)
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
Fri, 09 Oct 2015 09:09:05 -1000 8138820: JDK Hotspot build fails with Xcode 7.0.1
twisti [Fri, 09 Oct 2015 09:09:05 -1000] rev 33165
8138820: JDK Hotspot build fails with Xcode 7.0.1 Reviewed-by: iveresov
Fri, 09 Oct 2015 15:00:17 +0200 8081288: erronous free in RegClass::~RegClass()
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
Fri, 09 Oct 2015 14:21:26 +0200 8078554: Compiler: implement ranges (optionally constraints) for those flags that have them missing
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
Fri, 09 Oct 2015 11:28:11 +0200 8139150: ClassVerifier frees exception message while it's still in use
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
Fri, 09 Oct 2015 02:43:50 -0400 Merge
dlong [Fri, 09 Oct 2015 02:43:50 -0400] rev 33161
Merge
Thu, 08 Oct 2015 12:49:30 -1000 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti [Thu, 08 Oct 2015 12:49:30 -1000] rev 33160
8136421: JEP 243: Java-Level JVM Compiler Interface Reviewed-by: ihse, alanb, roland, coleenp, iveresov, kvn, kbarrett
Thu, 08 Oct 2015 10:25:45 +0000 Merge
zmajo [Thu, 08 Oct 2015 10:25:45 +0000] rev 33159
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip