Tue, 02 Feb 2016 18:15:15 +0300 8148787: StringConcatFactory exactness check produces bad bytecode when a non-arg concat is requested
shade [Tue, 02 Feb 2016 18:15:15 +0300] rev 35639
8148787: StringConcatFactory exactness check produces bad bytecode when a non-arg concat is requested Reviewed-by: vlivanov, psandoz
Tue, 02 Feb 2016 13:55:44 +0530 8147912: test "parseWithZoneWithoutOffset" of java/time/tck/java/time/format/TCKDTFParsedInstant.java fail on de_DE locale
rpatil [Tue, 02 Feb 2016 13:55:44 +0530] rev 35638
8147912: test "parseWithZoneWithoutOffset" of java/time/tck/java/time/format/TCKDTFParsedInstant.java fail on de_DE locale Summary: Even though hardcoded data is not preferred in compatibility test cases, this case was exception. English is provided as the default locale data for DateTimeFormatter in this testcase. Reviewed-by: okutsu, scolebourne
Tue, 02 Feb 2016 10:44:55 +0100 6659240: Exceptions thrown by MXBeans wrongly documented in j.l.m.ManagementFactory
jbachorik [Tue, 02 Feb 2016 10:44:55 +0100] rev 35637
6659240: Exceptions thrown by MXBeans wrongly documented in j.l.m.ManagementFactory Reviewed-by: dfuchs, jbachorik Contributed-by: sharath.ballal@oracle.com
Tue, 02 Feb 2016 09:39:20 +0800 8148710: Remove FlatMapOpTest.java from ProblemList.txt
amlu [Tue, 02 Feb 2016 09:39:20 +0800] rev 35636
8148710: Remove FlatMapOpTest.java from ProblemList.txt Reviewed-by: psandoz Contributed-by: huaming.li@oracle.com
Mon, 01 Feb 2016 16:07:20 -0800 Merge
amurillo [Mon, 01 Feb 2016 16:07:20 -0800] rev 35635
Merge
Mon, 01 Feb 2016 10:07:37 -0800 Merge
amurillo [Mon, 01 Feb 2016 10:07:37 -0800] rev 35634
Merge
Thu, 28 Jan 2016 16:30:39 -0800 Merge
amurillo [Thu, 28 Jan 2016 16:30:39 -0800] rev 35633
Merge
Thu, 28 Jan 2016 09:49:18 +0100 Merge
thartmann [Thu, 28 Jan 2016 09:49:18 +0100] rev 35632
Merge
Tue, 26 Jan 2016 09:11:59 +0100 Merge
thartmann [Tue, 26 Jan 2016 09:11:59 +0100] rev 35631
Merge
Fri, 15 Jan 2016 09:15:33 +0100 Merge
thartmann [Fri, 15 Jan 2016 09:15:33 +0100] rev 35630
Merge
Tue, 12 Jan 2016 17:03:06 +0300 8141615: Add new public methods to sun.reflect.ConstantPool
kshefov [Tue, 12 Jan 2016 17:03:06 +0300] rev 35629
8141615: Add new public methods to sun.reflect.ConstantPool Reviewed-by: twisti, iignatyev, coleenp
Mon, 11 Jan 2016 17:12:01 -0800 Merge
twisti [Mon, 11 Jan 2016 17:12:01 -0800] rev 35628
Merge
Fri, 08 Jan 2016 20:33:02 -0800 8143353: update for x86 sin and cos in the math lib
vdeshpande [Fri, 08 Jan 2016 20:33:02 -0800] rev 35627
8143353: update for x86 sin and cos in the math lib Summary: Optimize Math.sin() and cos() for 64 and 32 bit X86 architecture using Intel LIBM implementation. Reviewed-by: kvn
Thu, 07 Jan 2016 16:03:25 -0800 8135250: Replace custom check/range functionality with check index/range methods in java.util.Objects
kvn [Thu, 07 Jan 2016 16:03:25 -0800] rev 35626
8135250: Replace custom check/range functionality with check index/range methods in java.util.Objects Reviewed-by: jrose, kvn Contributed-by: kishor.kharbas@intel.com
Tue, 26 Jan 2016 17:13:17 +0100 Merge
jwilhelm [Tue, 26 Jan 2016 17:13:17 +0100] rev 35625
Merge
Wed, 20 Jan 2016 13:31:57 +0100 8147791: Reenable tests that was temporarily quarantined in jdk9/hs
jwilhelm [Wed, 20 Jan 2016 13:31:57 +0100] rev 35624
8147791: Reenable tests that was temporarily quarantined in jdk9/hs Reviewed-by: dholmes, mgerdin
Wed, 20 Jan 2016 00:04:04 +0100 Merge
jwilhelm [Wed, 20 Jan 2016 00:04:04 +0100] rev 35623
Merge
Tue, 19 Jan 2016 22:19:02 +0100 Merge
jwilhelm [Tue, 19 Jan 2016 22:19:02 +0100] rev 35622
Merge
Tue, 19 Jan 2016 16:20:01 -0500 8147494: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java fails with "java.lang.IllegalArgumentException: VM option 'TraceExceptions' does not exist"
rprotacio [Tue, 19 Jan 2016 16:20:01 -0500] rev 35621
8147494: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java fails with "java.lang.IllegalArgumentException: VM option 'TraceExceptions' does not exist" Summary: Substituted "CheckJNICalls" for "TraceExceptions" product option in test Reviewed-by: hseigel, coleenp, dcubed
Sat, 16 Jan 2016 00:28:29 +0000 Merge
jprovino [Sat, 16 Jan 2016 00:28:29 +0000] rev 35620
Merge
Fri, 15 Jan 2016 15:36:57 -0500 Merge
jprovino [Fri, 15 Jan 2016 15:36:57 -0500] rev 35619
Merge
Fri, 15 Jan 2016 19:18:42 +0000 Merge
minqi [Fri, 15 Jan 2016 19:18:42 +0000] rev 35618
Merge
Fri, 15 Jan 2016 08:53:23 -0800 8143317: jdk/lambda/vm/InterfaceAccessFlagsTest.java fails with IncompatibleClassChangeError
minqi [Fri, 15 Jan 2016 08:53:23 -0800] rev 35617
8143317: jdk/lambda/vm/InterfaceAccessFlagsTest.java fails with IncompatibleClassChangeError Summary: ClassToInterfaceConverter.java converts class to interface without changing corresponding method tag to interface method tag. This leads failure after 8145148. Reviewed-by: psandoz, hseigel
Thu, 14 Jan 2016 17:14:32 +0100 Merge
jwilhelm [Thu, 14 Jan 2016 17:14:32 +0100] rev 35616
Merge
Thu, 14 Jan 2016 09:49:42 +0100 8146015: JMXInterfaceBindingTest is failing intermittently for IPv6 addresses
jbachorik [Thu, 14 Jan 2016 09:49:42 +0100] rev 35615
8146015: JMXInterfaceBindingTest is failing intermittently for IPv6 addresses Reviewed-by: dfuchs, sspitsyn
Wed, 06 Jan 2016 02:31:59 +0000 Merge
jprovino [Wed, 06 Jan 2016 02:31:59 +0000] rev 35614
Merge
Mon, 01 Feb 2016 14:50:06 -0500 8143016: java/time/test/java/time/TestClock_System.java failed intermittently
rriggs [Mon, 01 Feb 2016 14:50:06 -0500] rev 35613
8143016: java/time/test/java/time/TestClock_System.java failed intermittently Reviewed-by: lancea, scolebourne
Mon, 01 Feb 2016 10:13:48 -0500 8146773: java/lang/ref/CleanerTest.java CleanerTest.testRefSubtypes() fails
rriggs [Mon, 01 Feb 2016 10:13:48 -0500] rev 35612
8146773: java/lang/ref/CleanerTest.java CleanerTest.testRefSubtypes() fails 8148352: CleanerTest fails: Cleanable should have been freed Summary: relax gc timing constraints Reviewed-by: dfuchs
Mon, 01 Feb 2016 10:02:40 -0500 8146218: Add LocalDate.datesUntil method producing Stream<LocalDate
tvaleev [Mon, 01 Feb 2016 10:02:40 -0500] rev 35611
8146218: Add LocalDate.datesUntil method producing Stream<LocalDate Reviewed-by: scolebourne, rriggs, sherman
Thu, 04 Feb 2016 11:28:26 -0800 Added tag jdk-9+104 for changeset f57a51dbcc50
lana [Thu, 04 Feb 2016 11:28:26 -0800] rev 35610
Added tag jdk-9+104 for changeset f57a51dbcc50
Wed, 05 Jul 2017 21:18:14 +0200 Merge
duke [Wed, 05 Jul 2017 21:18:14 +0200] rev 35609
Merge
Thu, 04 Feb 2016 16:48:39 -0800 Merge
lana [Thu, 04 Feb 2016 16:48:39 -0800] rev 35608
Merge
Thu, 28 Jan 2016 16:30:37 -0800 Merge
amurillo [Thu, 28 Jan 2016 16:30:37 -0800] rev 35607
Merge
Thu, 28 Jan 2016 09:49:17 +0100 Merge
thartmann [Thu, 28 Jan 2016 09:49:17 +0100] rev 35606
Merge
Tue, 26 Jan 2016 14:04:01 +0000 8148240: aarch64: random infrequent null pointer exceptions in javac
enevill [Tue, 26 Jan 2016 14:04:01 +0000] rev 35605
8148240: aarch64: random infrequent null pointer exceptions in javac Summary: Disable fp as an allocatable register Reviewed-by: aph
Tue, 26 Jan 2016 11:28:54 -1000 8148202: move lookup of Java class and hub from ResolvedJavaType to ConstantReflectionProvider
dnsimon [Tue, 26 Jan 2016 11:28:54 -1000] rev 35604
8148202: move lookup of Java class and hub from ResolvedJavaType to ConstantReflectionProvider Reviewed-by: twisti Contributed-by: christian.wimmer@oracle.com
Tue, 26 Jan 2016 11:53:47 +0000 Merge
thartmann [Tue, 26 Jan 2016 11:53:47 +0000] rev 35603
Merge
Tue, 26 Jan 2016 10:46:15 +0100 8147876: ciTypeFlow::is_dominated_by() writes outside dominated array
thartmann [Tue, 26 Jan 2016 10:46:15 +0100] rev 35602
8147876: ciTypeFlow::is_dominated_by() writes outside dominated array Summary: ciTypeFlow::is_dominated_by() should use block_count() instead of _methodBlocks->num_blocks(). Reviewed-by: neliasso, vlivanov, kvn
Tue, 26 Jan 2016 10:41:05 +0100 Merge
roland [Tue, 26 Jan 2016 10:41:05 +0100] rev 35601
Merge
Thu, 21 Jan 2016 18:04:14 +0100 8147853: "assert(t->meet(t0) == t) failed: Not monotonic" with sun/util/calendar/zi/TestZoneInfo310.java
roland [Thu, 21 Jan 2016 18:04:14 +0100] rev 35600
8147853: "assert(t->meet(t0) == t) failed: Not monotonic" with sun/util/calendar/zi/TestZoneInfo310.java Summary: type of counted loop Phi may be saturated before special code to handle counted loops kicks in Reviewed-by: kvn
Tue, 26 Jan 2016 09:11:58 +0100 Merge
thartmann [Tue, 26 Jan 2016 09:11:58 +0100] rev 35599
Merge
Mon, 25 Jan 2016 14:09:28 -1000 8147470: update JVMCI mx extensions
dnsimon [Mon, 25 Jan 2016 14:09:28 -1000] rev 35598
8147470: update JVMCI mx extensions Reviewed-by: twisti
Tue, 26 Jan 2016 00:25:20 +0300 8148136: compile control tests have incorrect @build directives
iignatyev [Tue, 26 Jan 2016 00:25:20 +0300] rev 35597
8148136: compile control tests have incorrect @build directives Reviewed-by: kvn
Tue, 26 Jan 2016 00:25:20 +0300 8148161: quarantine compiler/loopopts/UseCountedLoopSafepoints.java
iignatyev [Tue, 26 Jan 2016 00:25:20 +0300] rev 35596
8148161: quarantine compiler/loopopts/UseCountedLoopSafepoints.java Reviewed-by: kvn
Mon, 25 Jan 2016 09:12:58 -0800 8148101: [JVMCI] Make CallingConvention.Type extensible
never [Mon, 25 Jan 2016 09:12:58 -0800] rev 35595
8148101: [JVMCI] Make CallingConvention.Type extensible Reviewed-by: twisti
Thu, 21 Jan 2016 12:37:47 +0100 8147937: Adapt SAP copyrights to new company name.
goetz [Thu, 21 Jan 2016 12:37:47 +0100] rev 35594
8147937: Adapt SAP copyrights to new company name. Reviewed-by: simonis, stuefe
Fri, 22 Jan 2016 11:11:06 -0800 8146424: runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
never [Fri, 22 Jan 2016 11:11:06 -0800] rev 35593
8146424: runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap Reviewed-by: twisti
Fri, 22 Jan 2016 11:08:07 -0800 8147432: JVMCI should report bailouts in PrintCompilation output
never [Fri, 22 Jan 2016 11:08:07 -0800] rev 35592
8147432: JVMCI should report bailouts in PrintCompilation output Reviewed-by: kvn, twisti
Thu, 21 Jan 2016 16:22:01 +0100 8146244: compiler/jvmci/code/DataPatchTest.java crashes: SIGSEGV in (getConstClass)getConstClass
rschatz [Thu, 21 Jan 2016 16:22:01 +0100] rev 35591
8146244: compiler/jvmci/code/DataPatchTest.java crashes: SIGSEGV in (getConstClass)getConstClass Reviewed-by: twisti
Fri, 22 Jan 2016 12:37:32 +0100 8065334: CodeHeap expansion fails although there is uncommitted memory
thartmann [Fri, 22 Jan 2016 12:37:32 +0100] rev 35590
8065334: CodeHeap expansion fails although there is uncommitted memory Summary: CodeHeap::expand_by() should commit remaining space if requested expansion size is too large. Reviewed-by: kvn
Thu, 21 Jan 2016 22:23:22 +0300 8141557: TestResolvedJavaMethod.java times out after 1000 ms
iignatyev [Thu, 21 Jan 2016 22:23:22 +0300] rev 35589
8141557: TestResolvedJavaMethod.java times out after 1000 ms Reviewed-by: twisti
Thu, 21 Jan 2016 15:07:42 +0100 Merge
ppunegov [Thu, 21 Jan 2016 15:07:42 +0100] rev 35588
Merge
Wed, 20 Jan 2016 20:26:33 +0300 8145800: [Testbug] CompilerControl: inline message differs for not inlined methods
ppunegov [Wed, 20 Jan 2016 20:26:33 +0300] rev 35587
8145800: [Testbug] CompilerControl: inline message differs for not inlined methods Summary: Create callables outside the Internal subclasses Reviewed-by: kvn
Thu, 21 Jan 2016 11:30:22 +0000 Merge
thartmann [Thu, 21 Jan 2016 11:30:22 +0000] rev 35586
Merge
Tue, 19 Jan 2016 17:58:02 +0100 8147386: assert(size == calc_size) failed: incorrect size calculattion x86_32.ad
roland [Tue, 19 Jan 2016 17:58:02 +0100] rev 35585
8147386: assert(size == calc_size) failed: incorrect size calculattion x86_32.ad Summary: incorrect offset used in spill code for vectors Reviewed-by: vlivanov, kvn, mcberg
Wed, 20 Jan 2016 04:56:51 -0800 8147805: aarch64: C1 segmentation fault due to inline Unsafe.getAndSetObject
hshi [Wed, 20 Jan 2016 04:56:51 -0800] rev 35584
8147805: aarch64: C1 segmentation fault due to inline Unsafe.getAndSetObject Summary: In Aarch64 LIR_Assembler.atomic_op, keep stored data reference register in decompressed forms as it may be used later Reviewed-by: aph Contributed-by: hui.shi@linaro.org, felix.yang@linaro.org
Wed, 20 Jan 2016 17:00:17 -1000 8147475: compiler/jvmci/code/SimpleDebugInfoTest.java fails in Assembler::locate_operand: ShouldNotReachHere()
rschatz [Wed, 20 Jan 2016 17:00:17 -1000] rev 35583
8147475: compiler/jvmci/code/SimpleDebugInfoTest.java fails in Assembler::locate_operand: ShouldNotReachHere() Reviewed-by: kvn, twisti
Wed, 20 Jan 2016 14:22:46 +0100 8147599: [JVMCI] simplify code installation interface
rschatz [Wed, 20 Jan 2016 14:22:46 +0100] rev 35582
8147599: [JVMCI] simplify code installation interface Reviewed-by: twisti
Wed, 20 Jan 2016 16:33:51 +0100 8145336: PPC64: fix string intrinsics after CompactStrings change
simonis [Wed, 20 Jan 2016 16:33:51 +0100] rev 35581
8145336: PPC64: fix string intrinsics after CompactStrings change Reviewed-by: mdoerr, aph, kvn
Mon, 18 Jan 2016 17:31:14 +0100 8147564: [JVMCI] remove unused method CodeCacheProvider.needsDataPatch
rschatz [Mon, 18 Jan 2016 17:31:14 +0100] rev 35580
8147564: [JVMCI] remove unused method CodeCacheProvider.needsDataPatch Reviewed-by: twisti
Tue, 19 Jan 2016 17:52:52 +0000 8146709: AArch64: Incorrect use of ADRP for byte_map_base
aph [Tue, 19 Jan 2016 17:52:52 +0000] rev 35579
8146709: AArch64: Incorrect use of ADRP for byte_map_base Reviewed-by: roland
Mon, 18 Jan 2016 21:34:28 +0100 8146999: hotspot/test/compiler/c2/8007294/Test8007294.java test nightly failure
roland [Mon, 18 Jan 2016 21:34:28 +0100] rev 35578
8146999: hotspot/test/compiler/c2/8007294/Test8007294.java test nightly failure Summary: uncast() fails with CheckCastPP Reviewed-by: kvn, thartmann
Tue, 12 Jan 2016 14:55:15 +0000 8146843: aarch64: add scheduling support for FP and vector instructions
enevill [Tue, 12 Jan 2016 14:55:15 +0000] rev 35577
8146843: aarch64: add scheduling support for FP and vector instructions Summary: add pipeline classes for FP/vector pipeline Reviewed-by: aph
Mon, 18 Jan 2016 11:07:40 -0800 8147433: PrintNMethods no longer works with JVMCI
never [Mon, 18 Jan 2016 11:07:40 -0800] rev 35576
8147433: PrintNMethods no longer works with JVMCI Reviewed-by: kvn, twisti
Mon, 18 Jan 2016 11:02:42 +0100 Merge
thartmann [Mon, 18 Jan 2016 11:02:42 +0100] rev 35575
Merge
Mon, 18 Jan 2016 08:40:25 +0100 6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type
thartmann [Mon, 18 Jan 2016 08:40:25 +0100] rev 35574
6675699: need comprehensive fix for unconstrained ConvI2L with narrowed type Summary: Emit CastII to make narrow ConvI2L dependent on the corresponding range check. Reviewed-by: kvn, roland
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 -96 +96 +100 +300 +1000 +3000 +10000 tip