erikj [Tue, 03 Jul 2012 16:11:12 -0700] rev 13132
7181504: Update of latest build-infra Makefiles
Reviewed-by: ohair
katleman [Thu, 05 Jul 2012 18:43:57 -0700] rev 13131
Added tag jdk8-b46 for changeset 8e117f8b08eb
duke [Wed, 05 Jul 2017 18:15:28 +0200] rev 13130
Added tag jdk8-b46 for changeset 600c9a1feb01
duke [Wed, 05 Jul 2017 18:15:28 +0200] rev 13129
Merge
duke [Wed, 05 Jul 2017 18:15:25 +0200] rev 13128
Merge
katleman [Thu, 28 Jun 2012 09:33:16 -0700] rev 13127
Added tag jdk8-b45 for changeset b34aca67a4db
duke [Wed, 05 Jul 2017 18:15:22 +0200] rev 13126
Merge
katleman [Thu, 28 Jun 2012 09:32:55 -0700] rev 13125
Added tag jdk8-b45 for changeset 466ddaf02777
duke [Wed, 05 Jul 2017 18:15:19 +0200] rev 13124
Merge
katleman [Thu, 28 Jun 2012 09:32:52 -0700] rev 13123
Added tag jdk8-b45 for changeset a21c904ee700
duke [Wed, 05 Jul 2017 18:15:17 +0200] rev 13122
Merge
katleman [Thu, 28 Jun 2012 09:32:28 -0700] rev 13121
Added tag jdk8-b45 for changeset 27f3d36a24d5
duke [Wed, 05 Jul 2017 18:15:14 +0200] rev 13120
Merge
katleman [Thu, 28 Jun 2012 09:33:05 -0700] rev 13119
Added tag jdk8-b45 for changeset 82534e9c5cc7
duke [Wed, 05 Jul 2017 18:15:11 +0200] rev 13118
Merge
amurillo [Fri, 29 Jun 2012 17:04:40 -0700] rev 13117
Added tag hs24-b15 for changeset e4f98cec6edd
amurillo [Fri, 29 Jun 2012 17:04:39 -0700] rev 13116
Merge
coleenp [Fri, 29 Jun 2012 14:28:10 -0700] rev 13115
7179759: ENV: Nightly fails during jdk copiyng for solaris platforms after FDS unzipping
Summary: libjvm_g_db.so and libjvm_g_dtrace.so links in .diz file still had 64 directory
Reviewed-by: kamg, dholmes, sspitsyn
jcoomes [Fri, 29 Jun 2012 11:15:38 -0700] rev 13114
Merge
johnc [Mon, 25 Jun 2012 16:00:55 -0700] rev 13113
6921087: G1: remove per-GC-thread expansion tables from the fine-grain remembered sets
Summary: Remove the per-thread expansion tables (PosParPRT) and associated expansion and compaction from the fine grain RSet entries. This code has been unused for a while.
Reviewed-by: johnc, brutisso
Contributed-by: Thomas Schatzl <thomas.schatzl@jku.at>
kvn [Thu, 28 Jun 2012 10:35:28 -0700] rev 13112
Merge
kvn [Tue, 26 Jun 2012 09:06:16 -0700] rev 13111
7179138: Incorrect result with String concatenation optimization
Summary: check for and skip diamond shaped NULL check code for the result of toString()
Reviewed-by: twisti, roland
kvn [Fri, 22 Jun 2012 10:40:48 -0700] rev 13110
7178280: Failed new vector regression tests
Summary: When looking for the same value in an other register check that all parts of that register has the same value.
Reviewed-by: johnc, twisti
roland [Thu, 21 Jun 2012 09:52:38 +0200] rev 13109
7129715: MAC: SIGBUS in nsk stress test
Summary: StackOverflowError may get lost on OSX.
Reviewed-by: kvn, dcubed
kvn [Tue, 19 Jun 2012 15:12:56 -0700] rev 13108
7177923: SIGBUS on sparc in compiled code for java.util.Calendar.clear()
Summary: disable vectorization of a memory access with more elements per vector than one which is used for alignment on sparc
Reviewed-by: twisti
twisti [Mon, 18 Jun 2012 15:17:30 -0700] rev 13107
7157365: jruby/bench.bench_timeout crashes with JVM internal error
Reviewed-by: jrose, kvn
twisti [Mon, 18 Jun 2012 12:29:21 -0700] rev 13106
7176856: add the JRE name to the error log
Reviewed-by: coleenp, jrose, kvn, twisti
Contributed-by: Krystal Mok <sajia@taobao.com>
roland [Mon, 18 Jun 2012 09:52:31 +0200] rev 13105
7174363: Arrays.copyOfRange leads to VM crash with -Xcomp -server if executed by testing framework
Summary: Arrays.copyOfRange(original, from, to) with from > original.length tries to do a copy with a negative length.
Reviewed-by: kvn, twisti
kvn [Fri, 15 Jun 2012 01:25:19 -0700] rev 13104
7119644: Increase superword's vector size up to 256 bits
Summary: Increase vector size up to 256-bits for YMM AVX registers on x86.
Reviewed-by: never, twisti, roland
bdelsart [Thu, 28 Jun 2012 04:21:07 -0400] rev 13103
Merge