dl [Tue, 02 Feb 2016 08:53:49 -0800] rev 35640
8141452: Convert between TimeUnit and ChronoUnit
Reviewed-by: martin, psandoz, chegar, rriggs, scolebourne
Contributed-by: nadeesh.tv@oracle.com
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
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
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
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
amurillo [Mon, 01 Feb 2016 16:07:20 -0800] rev 35635
Merge
amurillo [Mon, 01 Feb 2016 10:07:37 -0800] rev 35634
Merge
amurillo [Thu, 28 Jan 2016 16:30:39 -0800] rev 35633
Merge
thartmann [Thu, 28 Jan 2016 09:49:18 +0100] rev 35632
Merge
thartmann [Tue, 26 Jan 2016 09:11:59 +0100] rev 35631
Merge
thartmann [Fri, 15 Jan 2016 09:15:33 +0100] rev 35630
Merge
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
twisti [Mon, 11 Jan 2016 17:12:01 -0800] rev 35628
Merge
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
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