Thu, 27 Dec 2012 20:18:42 +0100 8005540: build-infra: Improve incremental build speed on windows by caching find results
erikj [Thu, 27 Dec 2012 20:18:42 +0100] rev 15126
8005540: build-infra: Improve incremental build speed on windows by caching find results Reviewed-by: ohair
Wed, 16 Jan 2013 12:00:10 -0800 Added tag jdk8-b73 for changeset 24d25ecda7ce
katleman [Wed, 16 Jan 2013 12:00:10 -0800] rev 15125
Added tag jdk8-b73 for changeset 24d25ecda7ce
Wed, 05 Jul 2017 18:36:38 +0200 Merge
duke [Wed, 05 Jul 2017 18:36:38 +0200] rev 15124
Merge
Wed, 16 Jan 2013 20:53:05 -0800 Merge
katleman [Wed, 16 Jan 2013 20:53:05 -0800] rev 15123
Merge
Wed, 16 Jan 2013 11:59:44 -0800 Added tag jdk8-b73 for changeset b63b5628ae56
katleman [Wed, 16 Jan 2013 11:59:44 -0800] rev 15122
Added tag jdk8-b73 for changeset b63b5628ae56
Fri, 11 Jan 2013 01:43:10 -0800 Added tag hs25-b15 for changeset 8bac833614e0
amurillo [Fri, 11 Jan 2013 01:43:10 -0800] rev 15121
Added tag hs25-b15 for changeset 8bac833614e0
Fri, 11 Jan 2013 01:43:09 -0800 Merge
amurillo [Fri, 11 Jan 2013 01:43:09 -0800] rev 15120
Merge
Thu, 10 Jan 2013 10:00:43 -0800 Merge
kvn [Thu, 10 Jan 2013 10:00:43 -0800] rev 15119
Merge
Wed, 09 Jan 2013 15:37:23 -0800 8005418: JSR 292: virtual dispatch bug in 292 impl
twisti [Wed, 09 Jan 2013 15:37:23 -0800] rev 15118
8005418: JSR 292: virtual dispatch bug in 292 impl Reviewed-by: jrose, kvn
Tue, 08 Jan 2013 11:30:51 -0800 8005419: Improve intrinsics code performance on x86 by using AVX2
kvn [Tue, 08 Jan 2013 11:30:51 -0800] rev 15117
8005419: Improve intrinsics code performance on x86 by using AVX2 Summary: use 256bit vpxor,vptest instructions in String.compareTo() and equals() intrinsics. Reviewed-by: twisti
Mon, 07 Jan 2013 14:08:28 -0800 8004537: replace AbstractAssembler emit_long with emit_int32
twisti [Mon, 07 Jan 2013 14:08:28 -0800] rev 15116
8004537: replace AbstractAssembler emit_long with emit_int32 Reviewed-by: jrose, kvn, twisti Contributed-by: Morris Meyer <morris.meyer@oracle.com>
Thu, 03 Jan 2013 16:30:47 -0800 8005544: Use 256bit YMM registers in arraycopy stubs on x86
kvn [Thu, 03 Jan 2013 16:30:47 -0800] rev 15115
8005544: Use 256bit YMM registers in arraycopy stubs on x86 Summary: Use YMM registers in arraycopy and array_fill stubs. Reviewed-by: roland, twisti
Thu, 03 Jan 2013 15:09:55 -0800 8005522: use fast-string instructions on x86 for zeroing
kvn [Thu, 03 Jan 2013 15:09:55 -0800] rev 15114
8005522: use fast-string instructions on x86 for zeroing Summary: use 'rep stosb' instead of 'rep stosq' when fast-string operations are available. Reviewed-by: twisti, roland
Sun, 23 Dec 2012 17:08:22 +0100 8005071: Incremental inlining for JSR 292
roland [Sun, 23 Dec 2012 17:08:22 +0100] rev 15113
8005071: Incremental inlining for JSR 292 Summary: post parse inlining driven by number of live nodes. Reviewed-by: twisti, kvn, jrose
Thu, 10 Jan 2013 07:32:32 -0800 Merge
jmasa [Thu, 10 Jan 2013 07:32:32 -0800] rev 15112
Merge
Wed, 09 Jan 2013 09:48:58 +0100 8005489: VM hangs during GC with ParallelGC and ParallelGCThreads=0
brutisso [Wed, 09 Jan 2013 09:48:58 +0100] rev 15111
8005489: VM hangs during GC with ParallelGC and ParallelGCThreads=0 Summary: Print an error message and exit the VM if UseParallalGC is combined with ParllelGCThreads==0. Also reviewed by vitalyd@gmail.com. Reviewed-by: stefank, ehelin
Wed, 09 Jan 2013 21:18:52 -0500 Merge
dlong [Wed, 09 Jan 2013 21:18:52 -0500] rev 15110
Merge
Tue, 08 Jan 2013 13:01:19 -0500 8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9.
jiangli [Tue, 08 Jan 2013 13:01:19 -0500] rev 15109
8001341: SIGSEGV in methodOopDesc::fast_exception_handler_bci_for(KlassHandle,int,Thread*)+0x3e9. Summary: Use methodHandle. Reviewed-by: coleenp, acorn, twisti, sspitsyn
Thu, 03 Jan 2013 15:08:43 -0500 8004051: assert(_oprs_len[mode] < maxNumberOfOperands) failed: array overflow
bpittore [Thu, 03 Jan 2013 15:08:43 -0500] rev 15108
8004051: assert(_oprs_len[mode] < maxNumberOfOperands) failed: array overflow Summary: assert is triggered when number of register based arguments passed to a java method exceeds 16. Reviewed-by: roland, vladidan
Wed, 09 Jan 2013 18:06:34 -0500 Merge
acorn [Wed, 09 Jan 2013 18:06:34 -0500] rev 15107
Merge
Tue, 08 Jan 2013 15:47:23 -0800 Merge
zgu [Tue, 08 Jan 2013 15:47:23 -0800] rev 15106
Merge
Tue, 08 Jan 2013 11:39:53 -0800 Merge
zgu [Tue, 08 Jan 2013 11:39:53 -0800] rev 15105
Merge
Tue, 08 Jan 2013 14:04:25 -0500 8005048: NMT: #loaded classes needs to just show the # defined classes
zgu [Tue, 08 Jan 2013 14:04:25 -0500] rev 15104
8005048: NMT: #loaded classes needs to just show the # defined classes Summary: Count number of instance classes so that it matches class metadata size Reviewed-by: coleenp, acorn
Tue, 08 Jan 2013 13:44:10 -0800 Merge
coleenp [Tue, 08 Jan 2013 13:44:10 -0800] rev 15103
Merge
Tue, 08 Jan 2013 14:01:36 -0500 8004728: Add hotspot support for parameter reflection
coleenp [Tue, 08 Jan 2013 14:01:36 -0500] rev 15102
8004728: Add hotspot support for parameter reflection Summary: Add hotspot support for parameter reflection Reviewed-by: acorn, jrose, coleenp Contributed-by: eric.mccorkle@oracle.com
Tue, 08 Jan 2013 13:38:11 -0500 8005076: Creating a CDS archive with one alignment and running another causes a crash.
hseigel [Tue, 08 Jan 2013 13:38:11 -0500] rev 15101
8005076: Creating a CDS archive with one alignment and running another causes a crash. Summary: Save the alignment when writing the CDS and compare it when reading the CDS. Reviewed-by: kvn, coleenp
Mon, 07 Jan 2013 15:32:51 -0500 8003705: CDS failed on Windows: can not map in the CDS.
hseigel [Mon, 07 Jan 2013 15:32:51 -0500] rev 15100
8003705: CDS failed on Windows: can not map in the CDS. Summary: Map memory only once to prevent 'already mapped' failures. Reviewed-by: acorn, zgu
Wed, 02 Jan 2013 20:28:09 -0500 8005494: SIGSEGV in Rewriter::relocate_and_link() when testing Weblogic with CompressedOops and KlassPtrs
coleenp [Wed, 02 Jan 2013 20:28:09 -0500] rev 15099
8005494: SIGSEGV in Rewriter::relocate_and_link() when testing Weblogic with CompressedOops and KlassPtrs Summary: Relocate functions with jsr's when rewriting so not repeated after reading shared archive Reviewed-by: twisti, jrose
Mon, 24 Dec 2012 11:46:38 -0800 Merge
minqi [Mon, 24 Dec 2012 11:46:38 -0800] rev 15098
Merge
Thu, 20 Dec 2012 10:22:19 +0100 8004823: Add VM support for type annotation reflection
stefank [Thu, 20 Dec 2012 10:22:19 +0100] rev 15097
8004823: Add VM support for type annotation reflection Reviewed-by: dholmes, coleenp Contributed-by: joel.franck@oracle.com
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip