duke [Wed, 05 Jul 2017 22:46:23 +0200] rev 43379
Merge
duke [Wed, 05 Jul 2017 22:46:16 +0200] rev 43378
Merge
henryjen [Tue, 31 Jan 2017 13:55:03 -0800] rev 43377
8172309: classpath wildcards code does not support --class-path
Reviewed-by: jjg, ksrini
jjg [Mon, 30 Jan 2017 17:43:18 -0800] rev 43376
8172810: ModuleElement should declare and provide appropriate modifiers
Reviewed-by: darcy
darcy [Mon, 30 Jan 2017 15:08:38 -0800] rev 43375
8173609: Elements.printElements needs to support modules
Reviewed-by: forax, jjg
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
bpatel [Thu, 26 Jan 2017 16:53:56 -0800] rev 43373
8173419: Javadoc fix 8166175 results in test failures
Reviewed-by: jjg, ksrini
jjg [Thu, 26 Jan 2017 14:35:04 -0800] rev 43372
8173312: Hide support for --inherit-runtime-environment
Reviewed-by: mchung
lana [Thu, 26 Jan 2017 21:20:40 +0000] rev 43371
Merge
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
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
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
rfield [Wed, 25 Jan 2017 10:43:41 -0800] rev 43367
8171343: jshell tool: missing options: --help-extra --show-version
Reviewed-by: jlahoda
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
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
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
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
lana [Thu, 26 Jan 2017 19:22:40 +0000] rev 43362
Added tag jdk-9+154 for changeset 692b0dfbb390
duke [Wed, 05 Jul 2017 22:46:04 +0200] rev 43361
Merge
lana [Thu, 26 Jan 2017 19:22:38 +0000] rev 43360
Added tag jdk-9+154 for changeset fc31f9d07a66
duke [Wed, 05 Jul 2017 22:45:57 +0200] rev 43359
Merge
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
lana [Thu, 26 Jan 2017 21:20:30 +0000] rev 43357
Merge
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
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
lana [Thu, 26 Jan 2017 19:22:38 +0000] rev 43354
Added tag jdk-9+154 for changeset c910b570468e
duke [Wed, 05 Jul 2017 22:45:48 +0200] rev 43353
Merge
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
lana [Thu, 26 Jan 2017 21:20:32 +0000] rev 43351
Merge
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
hannesw [Wed, 25 Jan 2017 09:49:02 +0100] rev 43349
8166186: ClassCastException with arguments usage
Reviewed-by: attila, sundar
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
lana [Thu, 26 Jan 2017 19:22:40 +0000] rev 43347
Added tag jdk-9+154 for changeset 0d39b11bffb3
duke [Wed, 05 Jul 2017 22:45:39 +0200] rev 43346
Merge
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>
lana [Thu, 26 Jan 2017 21:20:28 +0000] rev 43344
Merge
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
lana [Thu, 26 Jan 2017 19:22:37 +0000] rev 43342
Added tag jdk-9+154 for changeset 6a01d7639893
duke [Wed, 05 Jul 2017 22:45:29 +0200] rev 43341
Merge
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
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
naoto [Tue, 31 Jan 2017 13:18:34 -0800] rev 43338
8173423: Wrong display name for supplemental Japanese era
Reviewed-by: sherman
naoto [Mon, 30 Jan 2017 14:38:08 -0800] rev 43337
8172365: Provide a better migration path for ResourceBundleControlProvider
Reviewed-by: mchung
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
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
clanger [Mon, 30 Jan 2017 16:33:20 +0100] rev 43334
8173634: libjli/cmdtoargs.c does not compile with VS2010
Reviewed-by: rriggs
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
ihse [Mon, 30 Jan 2017 09:09:34 +0100] rev 43332
8081694: Remove DISABLED_WARNINGS_gcc for libsctp
Reviewed-by: erikj
sherman [Sat, 28 Jan 2017 20:51:28 -0800] rev 43331
8173396: Error message issue with jar tool API validator
Reviewed-by: psandoz, mchung
henryjen [Fri, 27 Jan 2017 13:10:27 -0800] rev 43330
8172309: classpath wildcards code does not support --class-path
Reviewed-by: ksrini
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>
sundar [Fri, 27 Jan 2017 19:07:45 +0530] rev 43328
8172864: Remove custom plugin module path
Reviewed-by: alanb, jlaskey
valeriep [Thu, 26 Jan 2017 23:11:37 +0000] rev 43327
Merge
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
henryjen [Wed, 25 Jan 2017 12:52:40 -0800] rev 43325
8170832: Add a new launcher environment variable JAVA_OPTIONS
Reviewed-by: mchung, ksrini
lana [Thu, 26 Jan 2017 21:21:16 +0000] rev 43324
Merge
prr [Thu, 26 Jan 2017 08:36:27 -0800] rev 43323
Merge
alexsch [Tue, 24 Jan 2017 11:37:32 +0300] rev 43322
8003495: [findbugs] javax.swing.* - Storing a reference to an externally mutable object into the internal representation
Reviewed-by: prr, serb
prr [Mon, 23 Jan 2017 11:59:48 -0800] rev 43321
8167228: Update to libpng 1.6.28
Reviewed-by: serb, azvegint
prr [Mon, 23 Jan 2017 10:27:58 -0800] rev 43320
Merge