Wed, 22 Aug 2012 11:55:40 -0700 7192963: assert(_in[req-1] == this) failed: Must pass arg count to 'new'
kvn [Wed, 22 Aug 2012 11:55:40 -0700] rev 13490
7192963: assert(_in[req-1] == this) failed: Must pass arg count to 'new' Summary: Fixed Pack node generation. Not vectorize shift instructions if count is not the same for all shifts and if count is vector. Reviewed-by: twisti
Wed, 22 Aug 2012 14:29:57 +0200 7171824: assert(_offset >= 1) failed: illegal call to offset()
roland [Wed, 22 Aug 2012 14:29:57 +0200] rev 13489
7171824: assert(_offset >= 1) failed: illegal call to offset() Summary: C1 value numbering hits unloaded klass. Reviewed-by: kvn, twisti
Tue, 21 Aug 2012 14:50:02 -0700 7192964: assert(false) failed: bad AD file
kvn [Tue, 21 Aug 2012 14:50:02 -0700] rev 13488
7192964: assert(false) failed: bad AD file Summary: Shifts with loop variant counts "a[i]=1<<b[i];" should not be vectorized since hw does not support it. Reviewed-by: twisti
Tue, 21 Aug 2012 10:48:50 -0700 7192167: JSR 292: C1 has old broken code which needs to be removed
twisti [Tue, 21 Aug 2012 10:48:50 -0700] rev 13487
7192167: JSR 292: C1 has old broken code which needs to be removed Reviewed-by: kvn, roland, jrose
Mon, 20 Aug 2012 09:58:58 -0700 7190310: Inlining WeakReference.get(), and hoisting $referent may lead to non-terminating loops
kvn [Mon, 20 Aug 2012 09:58:58 -0700] rev 13486
7190310: Inlining WeakReference.get(), and hoisting $referent may lead to non-terminating loops Summary: In C2 add software membar after load from Reference.referent field to prevent commoning of loads across safepoint since GC can change its value. In C1 always generate Reference.get() intrinsic. Reviewed-by: roland, twisti, dholmes, johnc
Mon, 20 Aug 2012 09:07:21 -0700 6340864: Implement vectorization optimizations in hotspot-server
kvn [Mon, 20 Aug 2012 09:07:21 -0700] rev 13485
6340864: Implement vectorization optimizations in hotspot-server Summary: Added asm encoding and mach nodes for vector arithmetic instructions on x86. Reviewed-by: roland
Fri, 24 Aug 2012 09:45:08 +0200 Merge
brutisso [Fri, 24 Aug 2012 09:45:08 +0200] rev 13484
Merge
Thu, 23 Aug 2012 05:25:59 +0200 7193157: G1: Make some develpflags available in product builds
brutisso [Thu, 23 Aug 2012 05:25:59 +0200] rev 13483
7193157: G1: Make some develpflags available in product builds Summary: Also reviewed by: vitalyd@gmail.com. Make G1DefaultMinNewGenPercent, G1DefaultMaxNewGenPercent, G1OldCSetRegionLiveThresholdPercent and G1OldCSetRegionThresholdPercent experimental flags Reviewed-by: ysr, johnc, jmasa
(0) -10000 -3000 -1000 -300 -100 -30 -10 -8 +8 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip