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
thartmann [Fri, 15 Jan 2016 09:15:33 +0100] rev 35565
Merge
dnsimon [Thu, 14 Jan 2016 14:34:36 +0100] rev 35564
8146364: Remove @ServiceProvider mechanism from JVMCI
Reviewed-by: twisti
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
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
aph [Wed, 13 Jan 2016 15:57:42 +0000] rev 35561
Merge
aph [Tue, 12 Jan 2016 15:01:52 +0000] rev 35560
8146891: AArch64 needs patch for 8032463
Reviewed-by: kvn
mdoerr [Wed, 13 Jan 2016 11:33:21 +0100] rev 35559
8146978: PPC64: Fix build after integration of C++ interpreter removal
Reviewed-by: goetz
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
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
kshefov [Tue, 12 Jan 2016 16:00:04 +0100] rev 35556
Merge
kshefov [Tue, 12 Jan 2016 15:07:46 +0100] rev 35555
Merge
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
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
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