Thu, 02 Feb 2017 21:55:29 +0000 Merge
lana [Thu, 02 Feb 2017 21:55:29 +0000] rev 43385
Merge
Thu, 02 Feb 2017 16:50:38 +0000 8173607: JMX RMI connector should be in its own module
dfuchs [Thu, 02 Feb 2017 16:50:38 +0000] rev 43384
8173607: JMX RMI connector should be in its own module Summary: The JMX RMI connector is moved to a new java.management.rmi module. Reviewed-by: mchung, erikj
Thu, 02 Feb 2017 12:05:51 +0100 8173107: Fix autoconf/spec.gmk mismatches
ihse [Thu, 02 Feb 2017 12:05:51 +0100] rev 43383
8173107: Fix autoconf/spec.gmk mismatches Reviewed-by: erikj, dholmes
Tue, 31 Jan 2017 20:06:23 -0800 8173608: Separate JDK management agent from java.management module
mchung [Tue, 31 Jan 2017 20:06:23 -0800] rev 43382
8173608: Separate JDK management agent from java.management module Reviewed-by: dfuchs, dholmes, erikj
Thu, 02 Feb 2017 21:20:36 +0000 Added tag jdk-9+155 for changeset 58b8748ef90d
lana [Thu, 02 Feb 2017 21:20:36 +0000] rev 43381
Added tag jdk-9+155 for changeset 58b8748ef90d
Wed, 05 Jul 2017 22:46:25 +0200 Added tag jdk-9+155 for changeset f4aff695ffe0
duke [Wed, 05 Jul 2017 22:46:25 +0200] rev 43380
Added tag jdk-9+155 for changeset f4aff695ffe0
Wed, 05 Jul 2017 22:46:23 +0200 Merge jdk-9+155
duke [Wed, 05 Jul 2017 22:46:23 +0200] rev 43379
Merge
Wed, 05 Jul 2017 22:46:16 +0200 Merge
duke [Wed, 05 Jul 2017 22:46:16 +0200] rev 43378
Merge
Tue, 31 Jan 2017 13:55:03 -0800 8172309: classpath wildcards code does not support --class-path
henryjen [Tue, 31 Jan 2017 13:55:03 -0800] rev 43377
8172309: classpath wildcards code does not support --class-path Reviewed-by: jjg, ksrini
Mon, 30 Jan 2017 17:43:18 -0800 8172810: ModuleElement should declare and provide appropriate modifiers
jjg [Mon, 30 Jan 2017 17:43:18 -0800] rev 43376
8172810: ModuleElement should declare and provide appropriate modifiers Reviewed-by: darcy
Mon, 30 Jan 2017 15:08:38 -0800 8173609: Elements.printElements needs to support modules
darcy [Mon, 30 Jan 2017 15:08:38 -0800] rev 43375
8173609: Elements.printElements needs to support modules Reviewed-by: forax, jjg
Fri, 27 Jan 2017 15:49:14 -0800 8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method.
jjg [Fri, 27 Jan 2017 15:49:14 -0800] rev 43374
8081820: javadoc does not report warnings in case of multiple "@param" tags for the same parameter and multiple "@return" tags for the same method. Reviewed-by: jjg Contributed-by: istomin.den@gmail.com
Thu, 26 Jan 2017 16:53:56 -0800 8173419: Javadoc fix 8166175 results in test failures
bpatel [Thu, 26 Jan 2017 16:53:56 -0800] rev 43373
8173419: Javadoc fix 8166175 results in test failures Reviewed-by: jjg, ksrini
Thu, 26 Jan 2017 14:35:04 -0800 8173312: Hide support for --inherit-runtime-environment
jjg [Thu, 26 Jan 2017 14:35:04 -0800] rev 43372
8173312: Hide support for --inherit-runtime-environment Reviewed-by: mchung
Thu, 26 Jan 2017 21:20:40 +0000 Merge
lana [Thu, 26 Jan 2017 21:20:40 +0000] rev 43371
Merge
Thu, 26 Jan 2017 13:01:12 -0800 8166175: javadoc search doesn't work on local doc bundles
bpatel [Thu, 26 Jan 2017 13:01:12 -0800] rev 43370
8166175: javadoc search doesn't work on local doc bundles Reviewed-by: jjg, ksrini
Thu, 26 Jan 2017 14:14:01 +0100 8173068: ElementUtils getPackageElement does not allow for an unnamed package
jlahoda [Thu, 26 Jan 2017 14:14:01 +0100] rev 43369
8173068: ElementUtils getPackageElement does not allow for an unnamed package Summary: Removing special handling of unnamed packages in Elements.getPackageElement. Reviewed-by: darcy, jjg, ksrini
Thu, 26 Jan 2017 14:11:38 +0100 8067747: javac throws exception during compilation when annotation processing is enabled
jlahoda [Thu, 26 Jan 2017 14:11:38 +0100] rev 43368
8067747: javac throws exception during compilation when annotation processing is enabled Summary: Enforcing Filer rules regarding initial inputs, to avoid downstream problems. Reviewed-by: darcy, jjg
Wed, 25 Jan 2017 10:43:41 -0800 8171343: jshell tool: missing options: --help-extra --show-version
rfield [Wed, 25 Jan 2017 10:43:41 -0800] rev 43367
8171343: jshell tool: missing options: --help-extra --show-version Reviewed-by: jlahoda
Wed, 25 Jan 2017 10:22:06 -0800 8173232: JShell tests: ReplaceTest takes too long
rfield [Wed, 25 Jan 2017 10:22:06 -0800] rev 43366
8173232: JShell tests: ReplaceTest takes too long 8173234: JShell tests: remove from ProblemList jdk/jshell/ToolFormatTest.java 8173204: JShell tests: ProblemList jdk/jshell/UserJdiUserRemoteTest.java Reviewed-by: jlahoda
Tue, 24 Jan 2017 17:36:41 -0800 8041793: javap misses newline after printing AnnotationDefault
jjg [Tue, 24 Jan 2017 17:36:41 -0800] rev 43365
8041793: javap misses newline after printing AnnotationDefault Reviewed-by: jjg Contributed-by: istomin.den@gmail.com
Tue, 24 Jan 2017 16:18:24 -0800 8051768: Inconsistent output for Visible and InvisibleParameterAnnotations
jjg [Tue, 24 Jan 2017 16:18:24 -0800] rev 43364
8051768: Inconsistent output for Visible and InvisibleParameterAnnotations Reviewed-by: jjg Contributed-by: istomin.den@gmail.com
Tue, 24 Jan 2017 13:29:58 +0100 8153759: jshell tool: Smart completion detection is not reliable
jlahoda [Tue, 24 Jan 2017 13:29:58 +0100] rev 43363
8153759: jshell tool: Smart completion detection is not reliable Summary: Reverting back to smart completion if any action follows a completion action. Reviewed-by: rfield
Thu, 26 Jan 2017 19:22:40 +0000 Added tag jdk-9+154 for changeset 692b0dfbb390
lana [Thu, 26 Jan 2017 19:22:40 +0000] rev 43362
Added tag jdk-9+154 for changeset 692b0dfbb390
Wed, 05 Jul 2017 22:46:04 +0200 Merge
duke [Wed, 05 Jul 2017 22:46:04 +0200] rev 43361
Merge
Thu, 26 Jan 2017 19:22:38 +0000 Added tag jdk-9+154 for changeset fc31f9d07a66
lana [Thu, 26 Jan 2017 19:22:38 +0000] rev 43360
Added tag jdk-9+154 for changeset fc31f9d07a66
Wed, 05 Jul 2017 22:45:57 +0200 Merge
duke [Wed, 05 Jul 2017 22:45:57 +0200] rev 43359
Merge
Fri, 27 Jan 2017 20:33:34 +0000 8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it
dfuchs [Fri, 27 Jan 2017 20:33:34 +0000] rev 43358
8173260: CatalogManager.catalogResolver should not fail when non-existing URI is passed to it Summary: removed the code that special cased file and jar and threw IAE if the file did not exist. Reviewed-by: alanb, lancea
Thu, 26 Jan 2017 21:20:30 +0000 Merge
lana [Thu, 26 Jan 2017 21:20:30 +0000] rev 43357
Merge
Tue, 24 Jan 2017 16:34:23 +0000 8173111: Excessive recursion in EventFilterSupport when filtering over large number of XML events can cause StackOverflow
dfuchs [Tue, 24 Jan 2017 16:34:23 +0000] rev 43356
8173111: Excessive recursion in EventFilterSupport when filtering over large number of XML events can cause StackOverflow Summary: This fix replaces un unwanted recursion in the XML streams event filtering support by a simple loop (in nextEvent/nextTag). Reviewed-by: aefimov, clanger, lancea, rriggs
Tue, 24 Jan 2017 11:10:19 +0100 8173261: JAXP: TESTBUG: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
clanger [Tue, 24 Jan 2017 11:10:19 +0100] rev 43355
8173261: JAXP: TESTBUG: javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh Reviewed-by: dfuchs, fyuan
Thu, 26 Jan 2017 19:22:38 +0000 Added tag jdk-9+154 for changeset c910b570468e
lana [Thu, 26 Jan 2017 19:22:38 +0000] rev 43354
Added tag jdk-9+154 for changeset c910b570468e
Wed, 05 Jul 2017 22:45:48 +0200 Merge
duke [Wed, 05 Jul 2017 22:45:48 +0200] rev 43353
Merge
Tue, 31 Jan 2017 10:48:49 +0100 8173480: in operator should work on java objects and classes
hannesw [Tue, 31 Jan 2017 10:48:49 +0100] rev 43352
8173480: in operator should work on java objects and classes Reviewed-by: jlaskey, sundar
Thu, 26 Jan 2017 21:20:32 +0000 Merge
lana [Thu, 26 Jan 2017 21:20:32 +0000] rev 43351
Merge
Thu, 26 Jan 2017 12:58:57 +0100 8172006: Nashorn JavaScript engine fails to call @FunctionalInterface with a java.util.List argument
hannesw [Thu, 26 Jan 2017 12:58:57 +0100] rev 43350
8172006: Nashorn JavaScript engine fails to call @FunctionalInterface with a java.util.List argument Reviewed-by: attila, jlaskey
Wed, 25 Jan 2017 09:49:02 +0100 8166186: ClassCastException with arguments usage
hannesw [Wed, 25 Jan 2017 09:49:02 +0100] rev 43349
8166186: ClassCastException with arguments usage Reviewed-by: attila, sundar
Tue, 24 Jan 2017 18:08:04 +0530 8173257: test/script/trusted/JDK-8021189.js and test/script/trusted/JDK-8021129.js fail in nashorn nightly
sundar [Tue, 24 Jan 2017 18:08:04 +0530] rev 43348
8173257: test/script/trusted/JDK-8021189.js and test/script/trusted/JDK-8021129.js fail in nashorn nightly Reviewed-by: hannesw, jlaskey
Thu, 26 Jan 2017 19:22:40 +0000 Added tag jdk-9+154 for changeset 0d39b11bffb3
lana [Thu, 26 Jan 2017 19:22:40 +0000] rev 43347
Added tag jdk-9+154 for changeset 0d39b11bffb3
Wed, 05 Jul 2017 22:45:39 +0200 Merge
duke [Wed, 05 Jul 2017 22:45:39 +0200] rev 43346
Merge
Fri, 27 Jan 2017 16:28:56 +0000 8170116: Remove qualified exports from java.base to java.corba
prappo [Fri, 27 Jan 2017 16:28:56 +0000] rev 43345
8170116: Remove qualified exports from java.base to java.corba Reviewed-by: dfuchs, alanb, mchung Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>
Thu, 26 Jan 2017 21:20:28 +0000 Merge
lana [Thu, 26 Jan 2017 21:20:28 +0000] rev 43344
Merge
Wed, 25 Jan 2017 12:09:25 +0000 8077395: org.omg.CORBA_2_3.portable.InputStream constructor should not specify JDK-specific property
coffeys [Wed, 25 Jan 2017 12:09:25 +0000] rev 43343
8077395: org.omg.CORBA_2_3.portable.InputStream constructor should not specify JDK-specific property Reviewed-by: lancea, rriggs
Thu, 26 Jan 2017 19:22:37 +0000 Added tag jdk-9+154 for changeset 6a01d7639893
lana [Thu, 26 Jan 2017 19:22:37 +0000] rev 43342
Added tag jdk-9+154 for changeset 6a01d7639893
Wed, 05 Jul 2017 22:45:29 +0200 Merge
duke [Wed, 05 Jul 2017 22:45:29 +0200] rev 43341
Merge
Tue, 31 Jan 2017 14:47:57 -0800 8173711: Disable JAVA_OPTIONS env variable support until JDK-8173712 is resolved
mchung [Tue, 31 Jan 2017 14:47:57 -0800] rev 43340
8173711: Disable JAVA_OPTIONS env variable support until JDK-8173712 is resolved Reviewed-by: ksrini, henryjen
Tue, 31 Jan 2017 21:33:54 +0000 8173581: performance regression in com/sun/crypto/provider/OutputFeedback.java
rasbold [Tue, 31 Jan 2017 21:33:54 +0000] rev 43339
8173581: performance regression in com/sun/crypto/provider/OutputFeedback.java Summary: Corrected the problem in OutputFeedback class Reviewed-by: valeriep Contributed-by: rasbold@google.com
Tue, 31 Jan 2017 13:18:34 -0800 8173423: Wrong display name for supplemental Japanese era
naoto [Tue, 31 Jan 2017 13:18:34 -0800] rev 43338
8173423: Wrong display name for supplemental Japanese era Reviewed-by: sherman
Mon, 30 Jan 2017 14:38:08 -0800 8172365: Provide a better migration path for ResourceBundleControlProvider
naoto [Mon, 30 Jan 2017 14:38:08 -0800] rev 43337
8172365: Provide a better migration path for ResourceBundleControlProvider Reviewed-by: mchung
Mon, 30 Jan 2017 11:00:18 -0800 8173381: osName/osArch/osVersion is missing in ModuleDescriptor created by SystemModules
mchung [Mon, 30 Jan 2017 11:00:18 -0800] rev 43336
8173381: osName/osArch/osVersion is missing in ModuleDescriptor created by SystemModules Reviewed-by: alanb
Mon, 30 Jan 2017 13:11:56 +0300 8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
skovalev [Mon, 30 Jan 2017 13:11:56 +0300] rev 43335
8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available" Reviewed-by: xuelei
Mon, 30 Jan 2017 16:33:20 +0100 8173634: libjli/cmdtoargs.c does not compile with VS2010
clanger [Mon, 30 Jan 2017 16:33:20 +0100] rev 43334
8173634: libjli/cmdtoargs.c does not compile with VS2010 Reviewed-by: rriggs
Mon, 30 Jan 2017 13:14:09 +0100 8166535: jshell tool: cannot handle non-ascii characters
jlahoda [Mon, 30 Jan 2017 13:14:09 +0100] rev 43333
8166535: jshell tool: cannot handle non-ascii characters Summary: Using a more appropriate native method to read from the console. Reviewed-by: rfield
Mon, 30 Jan 2017 09:09:34 +0100 8081694: Remove DISABLED_WARNINGS_gcc for libsctp
ihse [Mon, 30 Jan 2017 09:09:34 +0100] rev 43332
8081694: Remove DISABLED_WARNINGS_gcc for libsctp Reviewed-by: erikj
Sat, 28 Jan 2017 20:51:28 -0800 8173396: Error message issue with jar tool API validator
sherman [Sat, 28 Jan 2017 20:51:28 -0800] rev 43331
8173396: Error message issue with jar tool API validator Reviewed-by: psandoz, mchung
Fri, 27 Jan 2017 13:10:27 -0800 8172309: classpath wildcards code does not support --class-path
henryjen [Fri, 27 Jan 2017 13:10:27 -0800] rev 43330
8172309: classpath wildcards code does not support --class-path Reviewed-by: ksrini
Fri, 27 Jan 2017 16:27:52 +0000 8170116: Remove qualified exports from java.base to java.corba
prappo [Fri, 27 Jan 2017 16:27:52 +0000] rev 43329
8170116: Remove qualified exports from java.base to java.corba Reviewed-by: dfuchs, alanb, mchung Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>
Fri, 27 Jan 2017 19:07:45 +0530 8172864: Remove custom plugin module path
sundar [Fri, 27 Jan 2017 19:07:45 +0530] rev 43328
8172864: Remove custom plugin module path Reviewed-by: alanb, jlaskey
Thu, 26 Jan 2017 23:11:37 +0000 Merge
valeriep [Thu, 26 Jan 2017 23:11:37 +0000] rev 43327
Merge
Thu, 26 Jan 2017 22:56:02 +0000 8062731: Cipher object can be created without calling Cipher.getInstance
valeriep [Thu, 26 Jan 2017 22:56:02 +0000] rev 43326
8062731: Cipher object can be created without calling Cipher.getInstance Summary: Fixed the check in JCE so that only trusted providers can extend Cipher class Reviewed-by: wetmore
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip