prr [Wed, 23 Dec 2015 14:00:37 -0800] rev 35652
8145785: [TEST_BUG] java/awt/Toolkit/GetSizeTest/GetScreenSizeTest.java: incorrect name
Reviewed-by: serb
prr [Tue, 22 Dec 2015 10:59:51 -0800] rev 35651
Merge
alexsch [Tue, 22 Dec 2015 05:34:49 +0400] rev 35650
8133039: Provide public API to sun.swing.UIAction#isEnabled(Object)
Reviewed-by: serb, azvegint
ssadetsky [Fri, 18 Dec 2015 17:02:42 +0300] rev 35649
8144488: Compilation fails on Jake for regtest javax/swing/JMenu/8067346/bug8067346.java
Reviewed-by: alexsch, serb
lbourges [Wed, 16 Dec 2015 15:29:57 -0800] rev 35648
8145608: PNG writer should permit setting compression level and iDAT chunk maximum size
Reviewed-by: serb, prr
prr [Wed, 16 Dec 2015 15:22:56 -0800] rev 35647
8146508: 6488522 was committed with incorrect author attribution.
Reviewed-by: bpb
prr [Wed, 16 Dec 2015 14:36:37 -0800] rev 35646
6488522: PNG writer should permit setting compression level and iDAT chunk maximum size
Reviewed-by: serb, prr
lbourges [Wed, 16 Dec 2015 13:24:19 -0800] rev 35645
8144718: Pisces / Marlin Strokers may generate invalid curves with huge coordinates and round joins
Reviewed-by: flar, prr
arapte [Wed, 16 Dec 2015 17:40:24 +0300] rev 35644
8145116: [TEST_BUG] Incorrect binary comparison in java/awt/event/KeyEvent/ExtendedModifiersTest/ExtendedModifiersTest.java
Reviewed-by: ssadetsky, jdv
ascarpino [Tue, 02 Feb 2016 11:27:18 -0800] rev 35643
8145344: Add SHA1 and SHA-224 to preferred provider list for solaris-sparc
Reviewed-by: vinnie, jnimeh
chegar [Tue, 02 Feb 2016 17:20:53 +0000] rev 35642
Merge
chegar [Tue, 02 Feb 2016 08:59:52 +0000] rev 35641
8148117: Move sun.misc.Cleaner to jdk.internal.ref
Reviewed-by: alanb, rriggs
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
jwilhelm [Tue, 26 Jan 2016 17:13:17 +0100] rev 35625
Merge
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
jwilhelm [Wed, 20 Jan 2016 00:04:04 +0100] rev 35623
Merge
jwilhelm [Tue, 19 Jan 2016 22:19:02 +0100] rev 35622
Merge
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