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
Thu, 08 Oct 2015 12:10:19 +0200 8137160: Use Compile::live_nodes instead of Compile::unique() in appropriate places -- followup
zmajo [Thu, 08 Oct 2015 12:10:19 +0200] rev 33158
8137160: Use Compile::live_nodes instead of Compile::unique() in appropriate places -- followup Summary: Change two code locations to use live_nodes() instead of unique() for allocating memory. Adjust comments. Reviewed-by: kvn
Thu, 08 Oct 2015 07:51:17 +0000 Merge
thartmann [Thu, 08 Oct 2015 07:51:17 +0000] rev 33157
Merge
Thu, 08 Oct 2015 08:54:57 +0200 8139048: Quarantine compiler/startup/SmallCodeCacheStartup.java
thartmann [Thu, 08 Oct 2015 08:54:57 +0200] rev 33156
8139048: Quarantine compiler/startup/SmallCodeCacheStartup.java Summary: Quarantine the test because it fails on JPRT for the CPU, CompactStrings and JVMCI repositories. Reviewed-by: roland
Thu, 15 Oct 2015 13:28:22 +0200 Merge
jwilhelm [Thu, 15 Oct 2015 13:28:22 +0200] rev 33155
Merge
Fri, 09 Oct 2015 20:45:45 +0000 Merge
brutisso [Fri, 09 Oct 2015 20:45:45 +0000] rev 33154
Merge
Fri, 09 Oct 2015 20:52:59 +0200 8139294: TestGCEventMixedWithCMSConcurrent.java still fails after JDK-8134953
brutisso [Fri, 09 Oct 2015 20:52:59 +0200] rev 33153
8139294: TestGCEventMixedWithCMSConcurrent.java still fails after JDK-8134953 Reviewed-by: jwilhelm, ecaspole
Fri, 09 Oct 2015 20:31:56 +0200 8139293: TestGCEventMixedWithG1ConcurrentMark.java fails after JDK-8134953
brutisso [Fri, 09 Oct 2015 20:31:56 +0200] rev 33152
8139293: TestGCEventMixedWithG1ConcurrentMark.java fails after JDK-8134953 Reviewed-by: ecaspole, jwilhelm
Fri, 09 Oct 2015 14:08:15 -0400 8138659: Speed up InstanceKlass subclass discrimination
kbarrett [Fri, 09 Oct 2015 14:08:15 -0400] rev 33151
8138659: Speed up InstanceKlass subclass discrimination Summary: Add _misc_kind field and flags, move around predicates. Reviewed-by: coleenp, stefank
Fri, 09 Oct 2015 15:48:30 +0200 8138972: G1CollectorPolicy::_max_survivor_regions should be intialized in the initializer list
ehelin [Fri, 09 Oct 2015 15:48:30 +0200] rev 33150
8138972: G1CollectorPolicy::_max_survivor_regions should be intialized in the initializer list Reviewed-by: jwilhelm, mgerdin
Fri, 09 Oct 2015 08:46:44 +0000 Merge
david [Fri, 09 Oct 2015 08:46:44 +0000] rev 33149
Merge
Fri, 09 Oct 2015 09:42:33 +0200 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david [Fri, 09 Oct 2015 09:42:33 +0200] rev 33148
8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files 8042894: runtime: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files Reviewed-by: goetz, brutisso
Fri, 09 Oct 2015 09:00:33 +0200 8139086: Solaris/Sparc slowdebug build fails for memset_with_concurrent_readers.cpp
mgerdin [Fri, 09 Oct 2015 09:00:33 +0200] rev 33147
8139086: Solaris/Sparc slowdebug build fails for memset_with_concurrent_readers.cpp Reviewed-by: dcubed, kbarrett, coleenp
Thu, 08 Oct 2015 12:44:12 +0200 8138717: TestGCEventMixedWithG1ConcurrentMark.java fails
brutisso [Thu, 08 Oct 2015 12:44:12 +0200] rev 33146
8138717: TestGCEventMixedWithG1ConcurrentMark.java fails Reviewed-by: jwilhelm, david
Thu, 08 Oct 2015 22:35:20 +0200 Merge
jwilhelm [Thu, 08 Oct 2015 22:35:20 +0200] rev 33145
Merge
Mon, 05 Oct 2015 14:56:19 -0700 8134995: [REDO] GC: implement ranges (optionally constraints) for those flags that have them missing
sangheki [Mon, 05 Oct 2015 14:56:19 -0700] rev 33144
8134995: [REDO] GC: implement ranges (optionally constraints) for those flags that have them missing Summary: Add ranges and constraint functions for GC flags. Reviewed-by: kbarrett, jmasa, jwilhelm, gziemski, zmajo
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip