Wed, 13 Dec 2017 16:16:17 +0000 8193370: Provide more user friendly defaults for HTTP/2 client settings
dfuchs [Wed, 13 Dec 2017 16:16:17 +0000] rev 48263
8193370: Provide more user friendly defaults for HTTP/2 client settings Reviewed-by: chegar
Wed, 13 Dec 2017 07:51:57 -0800 8184947: ZipCoder performance improvements
sherman [Wed, 13 Dec 2017 07:51:57 -0800] rev 48262
8184947: ZipCoder performance improvements Reviewed-by: martin, redestad
Wed, 13 Dec 2017 15:32:36 +0000 8193454: ModuleDescriptor.{Requires,Exports,Open} toString should use toLowerCase(Local.ROOT)
alanb [Wed, 13 Dec 2017 15:32:36 +0000] rev 48261
8193454: ModuleDescriptor.{Requires,Exports,Open} toString should use toLowerCase(Local.ROOT) Reviewed-by: alanb Contributed-by: andrej.golovnin@gmail.com
Wed, 06 Dec 2017 15:51:06 -0800 8193034: Optimize URL.toExternalForm
martin [Wed, 06 Dec 2017 15:51:06 -0800] rev 48260
8193034: Optimize URL.toExternalForm Reviewed-by: chegar, alanb, clanger
Wed, 13 Dec 2017 11:27:28 +0100 8191636: [Windows] jshell tool: Wrong character in /env class-path command crashes jshell
jlahoda [Wed, 13 Dec 2017 11:27:28 +0100] rev 48259
8191636: [Windows] jshell tool: Wrong character in /env class-path command crashes jshell Summary: Fixing handling of invalid paths. Reviewed-by: rfield
Wed, 13 Dec 2017 12:43:38 +0530 8190278: ClassCastException is thrown by java.util.Scanner when a NumberFormatProvider is used.
nishjain [Wed, 13 Dec 2017 12:43:38 +0530] rev 48258
8190278: ClassCastException is thrown by java.util.Scanner when a NumberFormatProvider is used. Reviewed-by: naoto, rriggs Contributed-by: nishit.jain@oracle.com
Tue, 12 Dec 2017 20:18:14 -0800 8192850: method summary tables of inherited methods improperly list static interface methods
ksrini [Tue, 12 Dec 2017 20:18:14 -0800] rev 48257
8192850: method summary tables of inherited methods improperly list static interface methods Reviewed-by: jjg
Tue, 12 Dec 2017 19:20:39 -0800 8189131: Open-source the Oracle JDK Root Certificates
rhalade [Tue, 12 Dec 2017 19:20:39 -0800] rev 48256
8189131: Open-source the Oracle JDK Root Certificates Summary: Integration for JEP 319: Root Certificates Reviewed-by: mullan, simonis, jnimeh, alanb
Tue, 12 Dec 2017 15:43:48 -0800 8170495: JNI primitive type mismatch in SocketDispatcher.c:187
bpb [Tue, 12 Dec 2017 15:43:48 -0800] rev 48255
8170495: JNI primitive type mismatch in SocketDispatcher.c:187 Summary: Cast DWORD 'written' to a jint before adding to 'count' Reviewed-by: alanb, rriggs
Tue, 12 Dec 2017 14:16:24 -0800 8193107: javadoc complains about empty module
ksrini [Tue, 12 Dec 2017 14:16:24 -0800] rev 48254
8193107: javadoc complains about empty module Reviewed-by: jjg
Tue, 12 Dec 2017 11:31:38 -0800 8193192: jdeps --generate-module-info does not look at module path
mchung [Tue, 12 Dec 2017 11:31:38 -0800] rev 48253
8193192: jdeps --generate-module-info does not look at module path Reviewed-by: dfuchs
Tue, 12 Dec 2017 11:10:12 -0800 8183743: Umbrella: add overloads that take a Charset parameter
joehw [Tue, 12 Dec 2017 11:10:12 -0800] rev 48252
8183743: Umbrella: add overloads that take a Charset parameter Reviewed-by: alanb, rriggs
Tue, 12 Dec 2017 10:21:58 -0800 8176841: Additional Unicode Language-Tag Extensions
naoto [Tue, 12 Dec 2017 10:21:58 -0800] rev 48251
8176841: Additional Unicode Language-Tag Extensions 8189134: New system properties for the default Locale extensions 8190918: Retrieve the region specific data regardless of language in locale 8191349: Add a new method in j.t.f.DateTimeFormatter to reflect Unicode extensions Reviewed-by: scolebourne, lancea, rriggs, rgoel, nishjain
Tue, 12 Dec 2017 09:33:37 -0800 8187254: MethodType allows unvalidated parameter types
psandoz [Tue, 12 Dec 2017 09:33:37 -0800] rev 48250
8187254: MethodType allows unvalidated parameter types Reviewed-by: mchung, jrose
Tue, 12 Dec 2017 09:33:35 -0800 8171826: Comparator.reverseOrder(c) mishandles singleton comparators
psandoz [Tue, 12 Dec 2017 09:33:35 -0800] rev 48249
8171826: Comparator.reverseOrder(c) mishandles singleton comparators Reviewed-by: rriggs
Wed, 13 Dec 2017 01:29:58 +0800 8165996: PKCS11 using NSS throws an error regarding secmod.db when NSS uses sqlite
weijun [Wed, 13 Dec 2017 01:29:58 +0800] rev 48248
8165996: PKCS11 using NSS throws an error regarding secmod.db when NSS uses sqlite Reviewed-by: weijun Contributed-by: Martin Balao <mbalao@redhat.com>
Tue, 12 Dec 2017 15:38:18 +0100 8069338: Implement sharedScopeCall for optimistic types
hannesw [Tue, 12 Dec 2017 15:38:18 +0100] rev 48247
8069338: Implement sharedScopeCall for optimistic types Reviewed-by: attila, sundar
Tue, 12 Dec 2017 18:40:31 +0530 8193142: Regression: ClassCastException: Type$ErrorType cannot be cast to Type$ArrayType
sadayapalam [Tue, 12 Dec 2017 18:40:31 +0530] rev 48246
8193142: Regression: ClassCastException: Type$ErrorType cannot be cast to Type$ArrayType Reviewed-by: mcimadamore
Tue, 12 Dec 2017 13:08:22 +0000 8185027: Typo in java.net.URLClassLoader.findResources(String) method documentation
chegar [Tue, 12 Dec 2017 13:08:22 +0000] rev 48245
8185027: Typo in java.net.URLClassLoader.findResources(String) method documentation Reviewed-by: alanb
Tue, 12 Dec 2017 14:04:57 +0100 8191905: Add a REMOVE StandardOperation to Dynalink
attila [Tue, 12 Dec 2017 14:04:57 +0100] rev 48244
8191905: Add a REMOVE StandardOperation to Dynalink Reviewed-by: hannesw, sundar
Tue, 12 Dec 2017 14:04:05 +0100 8193298: Don't run javadoc with test.single
attila [Tue, 12 Dec 2017 14:04:05 +0100] rev 48243
8193298: Don't run javadoc with test.single Reviewed-by: hannesw, sundar
Tue, 12 Dec 2017 09:16:12 +0100 8193258: Better usage of JDWP HEADER SIZE
clanger [Tue, 12 Dec 2017 09:16:12 +0100] rev 48242
8193258: Better usage of JDWP HEADER SIZE Reviewed-by: sspitsyn, cjplummer
Mon, 11 Dec 2017 19:56:44 -0800 8190823: Broken link in org/w3c/dom/ls/
joehw [Mon, 11 Dec 2017 19:56:44 -0800] rev 48241
8190823: Broken link in org/w3c/dom/ls/ Reviewed-by: lancea
Mon, 04 Dec 2017 10:23:08 +0900 8192897: NPE occurs on clhsdb jstack
ysuenaga [Mon, 04 Dec 2017 10:23:08 +0900] rev 48240
8192897: NPE occurs on clhsdb jstack Reviewed-by: dholmes, sspitsyn, jgeorge, sballal
Tue, 12 Dec 2017 00:30:57 +0100 8191216: SimpleTimeZone.clone() has a data race on cache fields
plevart [Tue, 12 Dec 2017 00:30:57 +0100] rev 48239
8191216: SimpleTimeZone.clone() has a data race on cache fields Reviewed-by: alanb, naoto
Mon, 11 Dec 2017 11:45:02 -0800 8185582: Update Zip implementation to use Cleaner, not finalizers
sherman [Mon, 11 Dec 2017 11:45:02 -0800] rev 48238
8185582: Update Zip implementation to use Cleaner, not finalizers Reviewed-by: plevart, rriggs, mchung
Mon, 11 Dec 2017 18:33:53 +0100 8189778: Jshell crash on tab for StringBuilder.append(
jlahoda [Mon, 11 Dec 2017 18:33:53 +0100] rev 48237
8189778: Jshell crash on tab for StringBuilder.append( Summary: Fixing handling of {@inheritDoc} in JShell's documentation. Reviewed-by: jjg, ksrini
Fri, 08 Dec 2017 16:28:14 +0100 8189782: com.sun.tools.javac.api.JavacTool.isSupportedOption misreports number of arguments consumed
jlahoda [Fri, 08 Dec 2017 16:28:14 +0100] rev 48236
8189782: com.sun.tools.javac.api.JavacTool.isSupportedOption misreports number of arguments consumed Summary: Returning the number of standalone arguments from com.sun.tools.javac.api.JavacTool.isSupportedOption. Reviewed-by: jjg
Mon, 11 Dec 2017 08:20:05 +0100 8192978: Missing checks and small fixes in jdwp library
clanger [Mon, 11 Dec 2017 08:20:05 +0100] rev 48235
8192978: Missing checks and small fixes in jdwp library Reviewed-by: cjplummer, sspitsyn
Mon, 11 Dec 2017 06:58:14 +0530 8182401: Verification error for enclosing instance capture inside super constructor invocation
sadayapalam [Mon, 11 Dec 2017 06:58:14 +0530] rev 48234
8182401: Verification error for enclosing instance capture inside super constructor invocation Reviewed-by: vromero
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip