rgoel [Fri, 21 Oct 2016 11:33:37 +0900] rev 41599
8146750: java.time.Month.getDisplayName() return incorrect narrow names with JRE provider on locale de,de_DE,en_US.
Reviewed-by: okutsu, rriggs, naoto, peytoia
smarks [Thu, 20 Oct 2016 13:27:48 -0700] rev 41598
8152617: add missing wildcards to Optional or() and flatMap()
Reviewed-by: psandoz, forax
lana [Thu, 20 Oct 2016 20:02:11 +0000] rev 41597
Merge
ddehaven [Wed, 12 Oct 2016 08:47:53 -0700] rev 41596
8165271: Fix use of reflection to gain access to private fields
Reviewed-by: mchung
asmotrak [Thu, 20 Oct 2016 11:23:41 -0700] rev 41595
8166530: sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java fails intermittently
Reviewed-by: chegar
prappo [Thu, 20 Oct 2016 18:35:45 +0100] rev 41594
8168405: Pending exceptions in java.base/windows/native
Reviewed-by: chegar, clanger
amlu [Thu, 20 Oct 2016 20:20:10 +0800] rev 41593
8146257: sun/net/www/protocol/jar/B4957695.java fails intermittently with java.lang.RuntimeException: some jar_cache files left behind
Reviewed-by: chegar
dfuchs [Thu, 20 Oct 2016 12:31:24 +0100] rev 41592
8157965: update httpserver logging to use java.lang.System.Logger
Summary: this patch updates the jdk.httpserver module to use System.Logger and break its dependency with the java.logging module.
Reviewed-by: rriggs, michaelm, chegar, mchung