Mon, 18 Jan 2016 08:34:14 +0100 8144212: JDK 9 b93 breaks Apache Lucene due to compact strings
thartmann [Mon, 18 Jan 2016 08:34:14 +0100] rev 35573
8144212: JDK 9 b93 breaks Apache Lucene due to compact strings Summary: String compress/inflate intrinsics need to capture char and byte memory. Reviewed-by: aph, roland, kvn
Mon, 18 Jan 2016 08:25:26 +0100 8147444: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with NullPointerException in ClassFileInstaller
thartmann [Mon, 18 Jan 2016 08:25:26 +0100] rev 35572
8147444: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with NullPointerException in ClassFileInstaller Summary: Removed installing of unused class. Added error output to ClassFileInstaller. Reviewed-by: vlivanov, zmajo
Mon, 18 Jan 2016 08:50:57 +0100 8147441: Unchecked pending exceptions in the WhiteBox API's implementation
zmajo [Mon, 18 Jan 2016 08:50:57 +0100] rev 35571
8147441: Unchecked pending exceptions in the WhiteBox API's implementation Summary: Add checks for pending exceptions. Reviewed-by: kvn
Fri, 15 Jan 2016 13:08:40 -1000 8146820: JVMCI options should not use System.getProperty directly
twisti [Fri, 15 Jan 2016 13:08:40 -1000] rev 35570
8146820: JVMCI options should not use System.getProperty directly Reviewed-by: kvn, dnsimon
Fri, 15 Jan 2016 21:56:43 +0300 8146983: C1: assert(appendix.not_null()) failed for invokehandle bytecode
vlivanov [Fri, 15 Jan 2016 21:56:43 +0300] rev 35569
8146983: C1: assert(appendix.not_null()) failed for invokehandle bytecode Reviewed-by: roland
Fri, 15 Jan 2016 21:56:42 +0300 6985422: flush the output streams before OnError commands
vlivanov [Fri, 15 Jan 2016 21:56:42 +0300] rev 35568
6985422: flush the output streams before OnError commands Reviewed-by: kvn
Fri, 15 Jan 2016 21:56:40 +0300 8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces
vlivanov [Fri, 15 Jan 2016 21:56:40 +0300] rev 35567
8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces Reviewed-by: kvn, shade
Fri, 15 Jan 2016 16:36:43 +0300 8145025: compiler/compilercontrol/commandfile/CompileOnlyTest.java and compiler/compilercontrol/commands/CompileOnlyTest.java fail: java.lang.RuntimeException:
ppunegov [Fri, 15 Jan 2016 16:36:43 +0300] rev 35566
8145025: compiler/compilercontrol/commandfile/CompileOnlyTest.java and compiler/compilercontrol/commands/CompileOnlyTest.java fail: java.lang.RuntimeException: Summary: Fix incorrect compileonly setting Reviewed-by: kvn, neliasso
Fri, 15 Jan 2016 09:15:33 +0100 Merge
thartmann [Fri, 15 Jan 2016 09:15:33 +0100] rev 35565
Merge
Thu, 14 Jan 2016 14:34:36 +0100 8146364: Remove @ServiceProvider mechanism from JVMCI
dnsimon [Thu, 14 Jan 2016 14:34:36 +0100] rev 35564
8146364: Remove @ServiceProvider mechanism from JVMCI Reviewed-by: twisti
Thu, 14 Jan 2016 13:24:03 +0100 8145331: SEGV in DirectivesStack::release(DirectiveSet*)
neliasso [Thu, 14 Jan 2016 13:24:03 +0100] rev 35563
8145331: SEGV in DirectivesStack::release(DirectiveSet*) Summary: getDefaultDirective was not updated in 8144873 Reviewed-by: twisti, kvn
Thu, 14 Jan 2016 09:30:31 +0100 8071864: compiler/c2/6772683/InterruptedTest.java failed in nightly
zmajo [Thu, 14 Jan 2016 09:30:31 +0100] rev 35562
8071864: compiler/c2/6772683/InterruptedTest.java failed in nightly Summary: Increase the amount of time the main thread waits for the worker thread. Reviewed-by: kvn
Wed, 13 Jan 2016 15:57:42 +0000 Merge
aph [Wed, 13 Jan 2016 15:57:42 +0000] rev 35561
Merge
Tue, 12 Jan 2016 15:01:52 +0000 8146891: AArch64 needs patch for 8032463
aph [Tue, 12 Jan 2016 15:01:52 +0000] rev 35560
8146891: AArch64 needs patch for 8032463 Reviewed-by: kvn
Wed, 13 Jan 2016 11:33:21 +0100 8146978: PPC64: Fix build after integration of C++ interpreter removal
mdoerr [Wed, 13 Jan 2016 11:33:21 +0100] rev 35559
8146978: PPC64: Fix build after integration of C++ interpreter removal Reviewed-by: goetz
Mon, 11 Jan 2016 16:02:42 +0100 8146792: Predicate moved after partial peel may lead to broken graph
roland [Mon, 11 Jan 2016 16:02:42 +0100] rev 35558
8146792: Predicate moved after partial peel may lead to broken graph Summary: partial peel can leave a pinned node between predicates and loop and prevent some loop predication Reviewed-by: kvn
Tue, 12 Jan 2016 10:44:41 -1000 8146246: JVMCICompiler::abort_on_pending_exception: assert(!thread->owns_locks()) failed: must release all locks when leaving VM
twisti [Tue, 12 Jan 2016 10:44:41 -1000] rev 35557
8146246: JVMCICompiler::abort_on_pending_exception: assert(!thread->owns_locks()) failed: must release all locks when leaving VM Reviewed-by: coleenp, kvn
Tue, 12 Jan 2016 16:00:04 +0100 Merge
kshefov [Tue, 12 Jan 2016 16:00:04 +0100] rev 35556
Merge
Tue, 12 Jan 2016 15:07:46 +0100 Merge
kshefov [Tue, 12 Jan 2016 15:07:46 +0100] rev 35555
Merge
Tue, 12 Jan 2016 13:57:48 +0300 8141615: Add new public methods to sun.reflect.ConstantPool
kshefov [Tue, 12 Jan 2016 13:57:48 +0300] rev 35554
8141615: Add new public methods to sun.reflect.ConstantPool Reviewed-by: twisti, iignatyev, coleenp
Tue, 12 Jan 2016 14:21:58 +0000 8146886: aarch64: fails to build following 8136525 and 8139864
enevill [Tue, 12 Jan 2016 14:21:58 +0000] rev 35553
8146886: aarch64: fails to build following 8136525 and 8139864 Summary: Fix several build errors and warnings Reviewed-by: aph
Tue, 12 Jan 2016 12:55:37 +0100 8136469: OptimizeStringConcat fails on pre-sized StringBuilder shapes
thartmann [Tue, 12 Jan 2016 12:55:37 +0100] rev 35552
8136469: OptimizeStringConcat fails on pre-sized StringBuilder shapes Summary: Cut off dead if branch already during parsing (GVN). Reviewed-by: shade, kvn, roland
Tue, 12 Jan 2016 12:55:09 +0100 8146629: Make phase->is_IterGVN() accessible from Node::Identity and Node::Value
thartmann [Tue, 12 Jan 2016 12:55:09 +0100] rev 35551
8146629: Make phase->is_IterGVN() accessible from Node::Identity and Node::Value Summary: Change arguments of Node::Identity() and Node::Value() from PhaseTransform* to PhaseGVN*. Reviewed-by: kvn, roland
Tue, 12 Jan 2016 11:31:04 +0100 Merge
roland [Tue, 12 Jan 2016 11:31:04 +0100] rev 35550
Merge
Mon, 11 Jan 2016 16:33:27 +0100 8145322: Code generated from unsafe loops can be slightly improved
roland [Mon, 11 Jan 2016 16:33:27 +0100] rev 35549
8145322: Code generated from unsafe loops can be slightly improved Summary: improve code generated from checkIndex and unsafe loops Reviewed-by: kvn, thartmann
Tue, 12 Jan 2016 09:19:09 +0100 8086053: Address inconsistencies regarding ZeroTLAB
zmajo [Tue, 12 Jan 2016 09:19:09 +0100] rev 35548
8086053: Address inconsistencies regarding ZeroTLAB Summary: Add zero-initialization to C1 for fast TLAB refills; strenghten C2 conditions for skipping zero-initialization. Reviewed-by: kvn, thartmann
Mon, 11 Jan 2016 14:23:35 +0100 8146705: Improve JVMCI support for blocking compilation
dnsimon [Mon, 11 Jan 2016 14:23:35 +0100] rev 35547
8146705: Improve JVMCI support for blocking compilation Reviewed-by: twisti, never, iveresov
Mon, 11 Jan 2016 17:11:57 -0800 Merge
twisti [Mon, 11 Jan 2016 17:11:57 -0800] rev 35546
Merge
Fri, 11 Dec 2015 16:57:08 +0100 8139771: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash
roland [Fri, 11 Dec 2015 16:57:08 +0100] rev 35545
8139771: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash Summary: Lost dependency when CastPP at Phis are eliminate Reviewed-by: kvn
Fri, 18 Dec 2015 20:23:28 +0300 8133612: new clone logic added in 8042235 is missing from compiler intrinsics
vlivanov [Fri, 18 Dec 2015 20:23:28 +0300] rev 35544
8133612: new clone logic added in 8042235 is missing from compiler intrinsics Reviewed-by: roland
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip