bae [Mon, 14 Oct 2013 15:32:29 +0400] rev 21221
7058602: BMP parser bugs found via zzuf fuzzing
Reviewed-by: prr, vadim
lana [Sat, 12 Oct 2013 14:14:24 -0700] rev 21220
Merge
morris [Fri, 11 Oct 2013 12:40:14 -0700] rev 21219
7195597: ThreadStateTest gets different results with -Xcomp
Reviewed-by: kvn
bae [Thu, 10 Oct 2013 18:59:01 +0400] rev 21218
7058618: PNG parser bugs found via zzuf fuzzing
Reviewed-by: prr, vadim
cl [Thu, 31 Oct 2013 12:36:25 -0700] rev 21217
Added tag jdk8-b114 for changeset dcec14b84950
duke [Wed, 05 Jul 2017 19:20:12 +0200] rev 21216
Merge
amurillo [Tue, 05 Nov 2013 14:06:23 -0800] rev 21215
Merge
amurillo [Fri, 01 Nov 2013 08:26:55 -0700] rev 21214
Added tag hs25-b57 for changeset 6290e790c312
amurillo [Fri, 01 Nov 2013 08:26:54 -0700] rev 21213
Merge
iveresov [Thu, 31 Oct 2013 15:04:43 -0700] rev 21212
Merge
iveresov [Thu, 31 Oct 2013 14:54:14 -0700] rev 21211
Merge
iveresov [Thu, 31 Oct 2013 04:16:40 -0700] rev 21210
8024919: G1: SPECjbb2013 crashes due to a broken object reference
Summary: Pass correct new value to post_barrer() in Unsafe.getAndSetObject() C1 intrinsic
Reviewed-by: kvn, roland
iveresov [Wed, 30 Oct 2013 22:55:11 -0700] rev 21209
8026735: Stream tests throw java.lang.IncompatibleClassChangeError
Summary: Put a band-aid to disable CHA-based inlining for interfaces with default methods in C1
Reviewed-by: kvn, twisti
rbackman [Wed, 30 Oct 2013 13:14:09 +0100] rev 21208
8027444: mathExact: assert(i < _max) failed: oob: i=1, _max=1
Reviewed-by: duke
rbackman [Mon, 28 Oct 2013 08:34:10 +0100] rev 21207
8027353: Exact intrinsics: assert(n != NULL) failed: must not be null
Reviewed-by: kvn, roland
iveresov [Mon, 28 Oct 2013 17:32:02 -0700] rev 21206
Merge
iveresov [Mon, 28 Oct 2013 15:16:17 -0700] rev 21205
Merge
anoll [Fri, 25 Oct 2013 22:57:13 +0200] rev 21204
8026949: -Xint flag prints wrong warning: Initialization of C1 thread failed (no space to run compilers)
Summary: Exit compiler threads early during startup so that wrong error message is not printed
Reviewed-by: iveresov, twisti
roland [Mon, 28 Oct 2013 12:21:00 -0700] rev 21203
Merge
roland [Mon, 28 Oct 2013 09:58:59 +0100] rev 21202
8027140: Assertion in compiler when running bigapps/Kitchensink/stability
Summary: filter() code for TypeKlassPtr not moved when permgen removal was introduced
Reviewed-by: twisti, iveresov
adlertz [Fri, 25 Oct 2013 12:40:10 -0700] rev 21201
Merge
adlertz [Fri, 25 Oct 2013 10:13:40 +0200] rev 21200
8026940: assert(n->outcnt() != 0 || C->top() == n || n->is_Proj()) failed: No dead instructions after post-alloc
Summary: Remove input to junk phi if they also become dead during post_allocate_copy_removal
Reviewed-by: roland
twisti [Thu, 24 Oct 2013 16:26:31 -0700] rev 21199
Merge
twisti [Thu, 24 Oct 2013 16:23:07 -0700] rev 21198
8026328: Setting a breakpoint on invokedynamic crashes the JVM
Reviewed-by: jrose, roland