Mon, 05 Sep 2016 10:10:29 +0200 8165314: Javac server process left running if build fails on Windows
erikj [Mon, 05 Sep 2016 10:10:29 +0200] rev 40621
8165314: Javac server process left running if build fails on Windows Reviewed-by: tbell, wetmore
Fri, 02 Sep 2016 02:40:58 +0000 Merge
lana [Fri, 02 Sep 2016 02:40:58 +0000] rev 40620
Merge
Thu, 01 Sep 2016 10:29:37 +0200 8165158: Fix zero builds for non-listed architectures
erikj [Thu, 01 Sep 2016 10:29:37 +0200] rev 40619
8165158: Fix zero builds for non-listed architectures Reviewed-by: tbell Contributed-by: doko@ubuntu.com
Wed, 31 Aug 2016 09:22:53 -0700 Merge
amurillo [Wed, 31 Aug 2016 09:22:53 -0700] rev 40618
Merge
Fri, 26 Aug 2016 10:02:44 -0700 Merge
amurillo [Fri, 26 Aug 2016 10:02:44 -0700] rev 40617
Merge
Fri, 19 Aug 2016 12:17:31 -0700 Merge
amurillo [Fri, 19 Aug 2016 12:17:31 -0700] rev 40616
Merge
Fri, 19 Aug 2016 18:20:20 +0200 Merge
ctornqvi [Fri, 19 Aug 2016 18:20:20 +0200] rev 40615
Merge
Fri, 19 Aug 2016 10:09:25 -0400 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi [Fri, 19 Aug 2016 10:09:25 -0400] rev 40614
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
Fri, 19 Aug 2016 16:02:11 +0200 8164297: Jtreg test exeinvoke fails to link on Ubuntu
erikj [Fri, 19 Aug 2016 16:02:11 +0200] rev 40613
8164297: Jtreg test exeinvoke fails to link on Ubuntu Reviewed-by: tbell, dholmes
Wed, 31 Aug 2016 14:20:00 +0200 8164858: Enable build-time use of java.lang.invoke resolve tracing
redestad [Wed, 31 Aug 2016 14:20:00 +0200] rev 40612
8164858: Enable build-time use of java.lang.invoke resolve tracing Reviewed-by: erikj, vlivanov
Tue, 30 Aug 2016 17:49:50 -0700 8160851: Remove old launcher module-related options
mchung [Tue, 30 Aug 2016 17:49:50 -0700] rev 40611
8160851: Remove old launcher module-related options Reviewed-by: jjg, alanb
Thu, 01 Sep 2016 23:20:09 +0000 Added tag jdk-9+134 for changeset d03967e81db7
lana [Thu, 01 Sep 2016 23:20:09 +0000] rev 40610
Added tag jdk-9+134 for changeset d03967e81db7
Wed, 05 Jul 2017 22:08:57 +0200 Added tag jdk-9+134 for changeset a71210c0d980
duke [Wed, 05 Jul 2017 22:08:57 +0200] rev 40609
Added tag jdk-9+134 for changeset a71210c0d980
Wed, 05 Jul 2017 22:08:56 +0200 Merge jdk-9+134
duke [Wed, 05 Jul 2017 22:08:56 +0200] rev 40608
Merge
Wed, 05 Jul 2017 22:08:49 +0200 Merge
duke [Wed, 05 Jul 2017 22:08:49 +0200] rev 40607
Merge
Mon, 29 Aug 2016 20:55:24 +0200 8164836: TEST_BUG: adjust scope of the DefinedByAnalyzer in tools/all/RunCodingRules.java
jlahoda [Mon, 29 Aug 2016 20:55:24 +0200] rev 40606
8164836: TEST_BUG: adjust scope of the DefinedByAnalyzer in tools/all/RunCodingRules.java Summary: Only enabling the DefinedByAnalyzer on java.compiler and jdk.compiler; removing the @DefinedBy annotations from other modules Reviewed-by: jjg, ksrini
Mon, 29 Aug 2016 07:46:37 -0700 8157349: Missing doc-files in javadoc documentation
ksrini [Mon, 29 Aug 2016 07:46:37 -0700] rev 40605
8157349: Missing doc-files in javadoc documentation Reviewed-by: jjg
Mon, 29 Aug 2016 18:14:26 +0200 8164951: Build broken after JDK-8164745
jlahoda [Mon, 29 Aug 2016 18:14:26 +0200] rev 40604
8164951: Build broken after JDK-8164745 Summary: Reverting the fix for JDK-8164745 to investigate a build failure. Reviewed-by: jjg
Mon, 29 Aug 2016 08:17:14 -0700 8158507: JShell: new jdk.jshell.MemoryFileManager(StandardJavaFileManager, JShell) creates a jdk.jshell.MemoryFileManager$REPLClassLoader classloader, which should be performed within a doPrivileged block
rfield [Mon, 29 Aug 2016 08:17:14 -0700] rev 40603
8158507: JShell: new jdk.jshell.MemoryFileManager(StandardJavaFileManager, JShell) creates a jdk.jshell.MemoryFileManager$REPLClassLoader classloader, which should be performed within a doPrivileged block Summary: Remove the ClassLoader and other unused code in support of in-process execution. This is now supported through the SPI. Reviewed-by: jlahoda
Mon, 29 Aug 2016 15:53:03 +0200 8164745: javac -Xmodule compiles the module in a way that reads the unnamed module
jlahoda [Mon, 29 Aug 2016 15:53:03 +0200] rev 40602
8164745: javac -Xmodule compiles the module in a way that reads the unnamed module Summary: Ensuring proper separation between named modules the unnamed module when using -Xmodule Reviewed-by: jjg
Mon, 29 Aug 2016 11:13:48 +0000 8153897: jshell tool: "not active" must be pulled from resource file
ntv [Mon, 29 Aug 2016 11:13:48 +0000] rev 40601
8153897: jshell tool: "not active" must be pulled from resource file Summary: Not active error msg pulled from resource file Reviewed-by: rfield
Mon, 29 Aug 2016 09:58:42 +0000 8156984: JShell tool: for (FormatCase e : EnumSet.allOf(FormatCase.class))
ntv [Mon, 29 Aug 2016 09:58:42 +0000] rev 40600
8156984: JShell tool: for (FormatCase e : EnumSet.allOf(FormatCase.class)) Summary: Replacde EnumSet.allOf(FormatCase.class) with FormatCase.all Reviewed-by: rfield
Fri, 26 Aug 2016 15:54:36 -0700 8164887: update tests to remove use of old-style options
jjg [Fri, 26 Aug 2016 15:54:36 -0700] rev 40599
8164887: update tests to remove use of old-style options Reviewed-by: mchung
Fri, 26 Aug 2016 11:36:08 -0700 8158738: jshell tool: Save does not affect jshell if started from another editor
rfield [Fri, 26 Aug 2016 11:36:08 -0700] rev 40598
8158738: jshell tool: Save does not affect jshell if started from another editor Reviewed-by: jlahoda
Thu, 25 Aug 2016 21:58:13 -0700 8164835: add a few tools tests to the problem list
smarks [Thu, 25 Aug 2016 21:58:13 -0700] rev 40597
8164835: add a few tools tests to the problem list Reviewed-by: darcy
Thu, 25 Aug 2016 17:58:39 -0700 8145464: implement deprecation static analysis tool
smarks [Thu, 25 Aug 2016 17:58:39 -0700] rev 40596
8145464: implement deprecation static analysis tool Reviewed-by: psandoz, darcy
Thu, 25 Aug 2016 22:35:51 +0000 Merge
lana [Thu, 25 Aug 2016 22:35:51 +0000] rev 40595
Merge
Thu, 25 Aug 2016 11:51:19 +0100 8164399: inference of thrown variable does not work correctly
mcimadamore [Thu, 25 Aug 2016 11:51:19 +0100] rev 40594
8164399: inference of thrown variable does not work correctly Summary: Logic for inferring thrown variables should exclude non proper bounds as per JLS 18.1 Reviewed-by: vromero, dlsmith
Wed, 24 Aug 2016 17:41:52 -0700 8161501: JSR269 jigsaw update: javax.lang.model.element.ModuleElement.getEnclosedElements() on unnamed module with unnamed package
vromero [Wed, 24 Aug 2016 17:41:52 -0700] rev 40593
8161501: JSR269 jigsaw update: javax.lang.model.element.ModuleElement.getEnclosedElements() on unnamed module with unnamed package Reviewed-by: jjg
Wed, 24 Aug 2016 15:40:35 -0700 8164747: allclasses-frame broken after JDK-8162353
jjg [Wed, 24 Aug 2016 15:40:35 -0700] rev 40592
8164747: allclasses-frame broken after JDK-8162353 Reviewed-by: bpatel
Wed, 24 Aug 2016 12:23:10 -0700 8047338: javac is not correctly filtering non-members methods to obtain the function descriptor
vromero [Wed, 24 Aug 2016 12:23:10 -0700] rev 40591
8047338: javac is not correctly filtering non-members methods to obtain the function descriptor Reviewed-by: mcimadamore
Tue, 23 Aug 2016 10:19:49 +0100 8163991: Fix license and copyright headers under test/jdk/javadoc/ and test/tools/javac/
anazarov [Tue, 23 Aug 2016 10:19:49 +0100] rev 40590
8163991: Fix license and copyright headers under test/jdk/javadoc/ and test/tools/javac/ Reviewed-by: anazarov, iris, jjg, shurailine Contributed-by: Sandeep Konchady <sandeep.konchady@oracle.com>
Mon, 22 Aug 2016 19:33:00 -0700 8164598: Problem list TestIOException.java
darcy [Mon, 22 Aug 2016 19:33:00 -0700] rev 40589
8164598: Problem list TestIOException.java Reviewed-by: jjg
Mon, 22 Aug 2016 19:31:37 -0700 8160089: jshell tool: use new double-dash long-form command-line options
rfield [Mon, 22 Aug 2016 19:31:37 -0700] rev 40588
8160089: jshell tool: use new double-dash long-form command-line options Reviewed-by: jlahoda
Mon, 22 Aug 2016 16:32:40 -0700 8164130: Simplify doclet IOException handling
jjg [Mon, 22 Aug 2016 16:32:40 -0700] rev 40587
8164130: Simplify doclet IOException handling Reviewed-by: bpatel, ksrini
Thu, 25 Aug 2016 21:18:47 +0000 Added tag jdk-9+133 for changeset 611ca58fca75
lana [Thu, 25 Aug 2016 21:18:47 +0000] rev 40586
Added tag jdk-9+133 for changeset 611ca58fca75
Wed, 05 Jul 2017 22:08:38 +0200 Merge
duke [Wed, 05 Jul 2017 22:08:38 +0200] rev 40585
Merge
Thu, 25 Aug 2016 21:18:46 +0000 Added tag jdk-9+133 for changeset a6f581ca1fc4
lana [Thu, 25 Aug 2016 21:18:46 +0000] rev 40584
Added tag jdk-9+133 for changeset a6f581ca1fc4
Wed, 05 Jul 2017 22:08:33 +0200 Merge
duke [Wed, 05 Jul 2017 22:08:33 +0200] rev 40583
Merge
Fri, 26 Aug 2016 14:50:00 -0700 8163232: Catalog API: Consolidating CatalogResolver to support all XML Resolvers
joehw [Fri, 26 Aug 2016 14:50:00 -0700] rev 40582
8163232: Catalog API: Consolidating CatalogResolver to support all XML Resolvers Reviewed-by: dfuchs, lancea
Thu, 25 Aug 2016 22:36:20 +0000 Merge
lana [Thu, 25 Aug 2016 22:36:20 +0000] rev 40581
Merge
Tue, 23 Aug 2016 13:33:03 -0700 8157797: SAX Parser throws incorrect error on invalid xml
joehw [Tue, 23 Aug 2016 13:33:03 -0700] rev 40580
8157797: SAX Parser throws incorrect error on invalid xml Reviewed-by: lancea
Thu, 25 Aug 2016 21:18:45 +0000 Added tag jdk-9+133 for changeset 0aa2e371af02
lana [Thu, 25 Aug 2016 21:18:45 +0000] rev 40579
Added tag jdk-9+133 for changeset 0aa2e371af02
Wed, 05 Jul 2017 22:08:24 +0200 Merge
duke [Wed, 05 Jul 2017 22:08:24 +0200] rev 40578
Merge
Thu, 25 Aug 2016 22:36:15 +0000 Merge
lana [Thu, 25 Aug 2016 22:36:15 +0000] rev 40577
Merge
Thu, 25 Aug 2016 22:23:59 +0530 8164748: Edit pad crashes when calling function
sundar [Thu, 25 Aug 2016 22:23:59 +0530] rev 40576
8164748: Edit pad crashes when calling function Reviewed-by: jlaskey
Wed, 24 Aug 2016 14:02:41 +0530 8164618: add documentation for NativeNumber and NativeBoolean
sundar [Wed, 24 Aug 2016 14:02:41 +0530] rev 40575
8164618: add documentation for NativeNumber and NativeBoolean Reviewed-by: sundar Contributed-by: srinivas.dama@oracle.com
Thu, 25 Aug 2016 21:18:47 +0000 Added tag jdk-9+133 for changeset a3fdd74e324a
lana [Thu, 25 Aug 2016 21:18:47 +0000] rev 40574
Added tag jdk-9+133 for changeset a3fdd74e324a
Wed, 05 Jul 2017 22:08:15 +0200 Merge
duke [Wed, 05 Jul 2017 22:08:15 +0200] rev 40573
Merge
Thu, 25 Aug 2016 21:18:44 +0000 Added tag jdk-9+133 for changeset 93cc31534cc4
lana [Thu, 25 Aug 2016 21:18:44 +0000] rev 40572
Added tag jdk-9+133 for changeset 93cc31534cc4
Wed, 05 Jul 2017 22:08:08 +0200 Merge
duke [Wed, 05 Jul 2017 22:08:08 +0200] rev 40571
Merge
Mon, 29 Aug 2016 11:39:12 -0700 8066577: Cleanup and make better use of the stream API in the jrtfs code
sherman [Mon, 29 Aug 2016 11:39:12 -0700] rev 40570
8066577: Cleanup and make better use of the stream API in the jrtfs code Reviewed-by: alanb, psandoz, redestad
Mon, 29 Aug 2016 20:55:06 +0300 8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test"
snikandrova [Mon, 29 Aug 2016 20:55:06 +0300] rev 40569
8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test" Reviewed-by: xuelei
Mon, 29 Aug 2016 21:09:36 +0530 8159004: jlink attempts to create launcher scripts when root/bin dir does not exist
sundar [Mon, 29 Aug 2016 21:09:36 +0530] rev 40568
8159004: jlink attempts to create launcher scripts when root/bin dir does not exist Reviewed-by: jlaskey, alanb
Mon, 29 Aug 2016 09:10:07 -0300 8161000: GPL header incorrect - classfile/classpath
jlaskey [Mon, 29 Aug 2016 09:10:07 -0300] rev 40567
8161000: GPL header incorrect - classfile/classpath Reviewed-by: sundar
Mon, 29 Aug 2016 11:23:34 +0200 8164649: Cleanup of test java/nio/channels/FileChannel/Lock.java
clanger [Mon, 29 Aug 2016 11:23:34 +0200] rev 40566
8164649: Cleanup of test java/nio/channels/FileChannel/Lock.java Reviewed-by: alanb
Fri, 26 Aug 2016 13:44:20 -0700 8061842: Package jurisdiction policy files as something other than JAR
wetmore [Fri, 26 Aug 2016 13:44:20 -0700] rev 40565
8061842: Package jurisdiction policy files as something other than JAR Reviewed-by: xuelei, weijun, mullan
Thu, 25 Aug 2016 20:53:40 +0300 8005068: HttpCookie does not correctly handle negative maxAge values
snikandrova [Thu, 25 Aug 2016 20:53:40 +0300] rev 40564
8005068: HttpCookie does not correctly handle negative maxAge values Reviewed-by: chegar
Fri, 26 Aug 2016 09:57:36 -0700 8074838: Resolve disabled warnings for libj2pkcs11
ascarpino [Fri, 26 Aug 2016 09:57:36 -0700] rev 40563
8074838: Resolve disabled warnings for libj2pkcs11 Reviewed-by: wetmore, erikj
Fri, 26 Aug 2016 18:10:12 +0200 8164866: tools/jlink/plugins/GenerateJLIClassesPluginTest.java can't compile after JDK-8163371
redestad [Fri, 26 Aug 2016 18:10:12 +0200] rev 40562
8164866: tools/jlink/plugins/GenerateJLIClassesPluginTest.java can't compile after JDK-8163371 Reviewed-by: sundar, vlivanov
Fri, 26 Aug 2016 21:31:47 +0530 8164800: Cross targeting Windows
sundar [Fri, 26 Aug 2016 21:31:47 +0530] rev 40561
8164800: Cross targeting Windows Reviewed-by: jlaskey, alanb, mchung
Fri, 26 Aug 2016 08:33:28 -0700 8163561: Add a test for Proxy Authentication in HTTP/2 Client API
xiaofeya [Fri, 26 Aug 2016 08:33:28 -0700] rev 40560
8163561: Add a test for Proxy Authentication in HTTP/2 Client API Reviewed-by: chegar Contributed-by: Felix Yang <felix.yang@oracle.com>
Fri, 26 Aug 2016 16:16:09 +0200 8163371: Enable tracing which JLI classes can be pre-generated
redestad [Fri, 26 Aug 2016 16:16:09 +0200] rev 40559
8163371: Enable tracing which JLI classes can be pre-generated Reviewed-by: vlivanov
Fri, 26 Aug 2016 08:16:42 -0400 8024714: In java.security file, ocsp.responderCertSubjectName should not contain quotes
mullan [Fri, 26 Aug 2016 08:16:42 -0400] rev 40558
8024714: In java.security file, ocsp.responderCertSubjectName should not contain quotes Reviewed-by: vinnie
Fri, 26 Aug 2016 01:20:30 -0700 8006690: sun/security/krb5/auto/BadKdc* tests fails intermittently
ssahoo [Fri, 26 Aug 2016 01:20:30 -0700] rev 40557
8006690: sun/security/krb5/auto/BadKdc* tests fails intermittently Summary: Some of test for bad KDC failed intermittently Reviewed-by: weijun
Fri, 26 Aug 2016 11:50:36 +0530 8147491: module graph consistency checks after jlink plugins operate on module pool
sundar [Fri, 26 Aug 2016 11:50:36 +0530] rev 40556
8147491: module graph consistency checks after jlink plugins operate on module pool Reviewed-by: jlaskey, mchung, psandoz
Thu, 25 Aug 2016 21:58:38 -0700 8164834: remove jdeprscan from tools/launcher/VersionCheck.java
smarks [Thu, 25 Aug 2016 21:58:38 -0700] rev 40555
8164834: remove jdeprscan from tools/launcher/VersionCheck.java Reviewed-by: sundar, darcy
Thu, 25 Aug 2016 17:58:49 -0700 8164698: modify jdk makefiles to build jdeprscan
smarks [Thu, 25 Aug 2016 17:58:49 -0700] rev 40554
8164698: modify jdk makefiles to build jdeprscan Reviewed-by: psandoz
Thu, 25 Aug 2016 22:35:56 +0000 Merge
lana [Thu, 25 Aug 2016 22:35:56 +0000] rev 40553
Merge
Thu, 25 Aug 2016 17:08:15 -0400 8150158: Update bugs.sun.com references to bugs.java.com
mullan [Thu, 25 Aug 2016 17:08:15 -0400] rev 40552
8150158: Update bugs.sun.com references to bugs.java.com Reviewed-by: ascarpino
Thu, 25 Aug 2016 15:06:26 -0400 8151893: Add security property to configure XML Signature secure validation mode
mullan [Thu, 25 Aug 2016 15:06:26 -0400] rev 40551
8151893: Add security property to configure XML Signature secure validation mode Reviewed-by: jnimeh, xuelei
Thu, 25 Aug 2016 13:29:47 +0200 8164739: Remove computation of predefined interpreter forms
redestad [Thu, 25 Aug 2016 13:29:47 +0200] rev 40550
8164739: Remove computation of predefined interpreter forms Reviewed-by: vlivanov
Thu, 25 Aug 2016 10:01:20 +0100 8066943: (fs) Path.relativize() gives incorrect result for ".."
alanb [Thu, 25 Aug 2016 10:01:20 +0100] rev 40549
8066943: (fs) Path.relativize() gives incorrect result for ".." Reviewed-by: prappo, bpb
Thu, 25 Aug 2016 09:43:46 +0530 8163793: jlink has typo in copy-files plugin help text example
sundar [Thu, 25 Aug 2016 09:43:46 +0530] rev 40548
8163793: jlink has typo in copy-files plugin help text example Reviewed-by: sundar, redestad Contributed-by: srinivas.dama@oracle.com
Wed, 24 Aug 2016 12:50:37 -0700 8163353: NPE in ConcurrentHashMap.removeAll()
dl [Wed, 24 Aug 2016 12:50:37 -0700] rev 40547
8163353: NPE in ConcurrentHashMap.removeAll() Reviewed-by: martin, psandoz, redestad, alanb
Wed, 24 Aug 2016 11:23:58 -0700 8163136: Add print statements to java/nio/file/WatchService/LotsOfCancels.java
bpb [Wed, 24 Aug 2016 11:23:58 -0700] rev 40546
8163136: Add print statements to java/nio/file/WatchService/LotsOfCancels.java Summary: Add some print statements. Reviewed-by: alanb
Wed, 24 Aug 2016 10:58:29 -0700 8164166: Make sure java/nio/channels tests shutdown asynchronous channel groups
asmotrak [Wed, 24 Aug 2016 10:58:29 -0700] rev 40545
8164166: Make sure java/nio/channels tests shutdown asynchronous channel groups Reviewed-by: alanb
Wed, 24 Aug 2016 17:57:20 +0100 8150530: Improve javax.crypto.BadPaddingException messages
coffeys [Wed, 24 Aug 2016 17:57:20 +0100] rev 40544
8150530: Improve javax.crypto.BadPaddingException messages Reviewed-by: xuelei
Wed, 24 Aug 2016 16:11:21 +0200 8164569: Generate non-customized invoker forms at link time
redestad [Wed, 24 Aug 2016 16:11:21 +0200] rev 40543
8164569: Generate non-customized invoker forms at link time Reviewed-by: vlivanov
Wed, 24 Aug 2016 16:09:34 +0200 8164483: Generate field lambda forms at link time
redestad [Wed, 24 Aug 2016 16:09:34 +0200] rev 40542
8164483: Generate field lambda forms at link time Reviewed-by: vlivanov
Wed, 24 Aug 2016 13:54:17 +0200 8164669: Lazier initialization of java.time
redestad [Wed, 24 Aug 2016 13:54:17 +0200] rev 40541
8164669: Lazier initialization of java.time Reviewed-by: scolebourne, chegar, alanb
Wed, 24 Aug 2016 13:32:00 +0800 8164656: krb5 does not retry if TCP connection timeouts
weijun [Wed, 24 Aug 2016 13:32:00 +0800] rev 40540
8164656: krb5 does not retry if TCP connection timeouts Reviewed-by: xuelei
Tue, 23 Aug 2016 11:26:41 -0700 8164585: JarFile::isMultiRelease does not return true in all cases where it should return true
sdrach [Tue, 23 Aug 2016 11:26:41 -0700] rev 40539
8164585: JarFile::isMultiRelease does not return true in all cases where it should return true Reviewed-by: alanb, psandoz Contributed-by: steve.drach@oracle.com
Tue, 23 Aug 2016 15:44:01 -0700 8160971: Re-enable VarHandle tests quarantined by JDK-8160690
psandoz [Tue, 23 Aug 2016 15:44:01 -0700] rev 40538
8160971: Re-enable VarHandle tests quarantined by JDK-8160690 Reviewed-by: vlivanov
Tue, 23 Aug 2016 10:51:17 -0700 8164556: Drop AAC and FLAC from content type check in java/nio/file/Files/probeContentType/Basic.java
bpb [Tue, 23 Aug 2016 10:51:17 -0700] rev 40537
8164556: Drop AAC and FLAC from content type check in java/nio/file/Files/probeContentType/Basic.java Summary: Remove file extensions of AAC and FLAC audio encodings from the list of extensions verified. Reviewed-by: alanb
Tue, 23 Aug 2016 10:49:15 -0700 7180225: SecurityExceptions not defined in some class loader methods
bchristi [Tue, 23 Aug 2016 10:49:15 -0700] rev 40536
7180225: SecurityExceptions not defined in some class loader methods Reviewed-by: mchung, mullan
Tue, 23 Aug 2016 10:38:01 -0700 8164159: java/nio/file/WatchService/UpdateInterference.java test leaves daemon threads
asmotrak [Tue, 23 Aug 2016 10:38:01 -0700] rev 40535
8164159: java/nio/file/WatchService/UpdateInterference.java test leaves daemon threads Reviewed-by: alanb
Tue, 23 Aug 2016 10:32:14 -0700 8164592: java/net/MulticastSocket/NoLoopbackPackets.java tests may leave a daemon thread
asmotrak [Tue, 23 Aug 2016 10:32:14 -0700] rev 40534
8164592: java/net/MulticastSocket/NoLoopbackPackets.java tests may leave a daemon thread Reviewed-by: clanger, chegar
Tue, 23 Aug 2016 10:30:16 -0400 8164061: Fix @since for javax.sql.rowset.BaseRowSet and javax.sql.CommonDataSource
lancea [Tue, 23 Aug 2016 10:30:16 -0400] rev 40533
8164061: Fix @since for javax.sql.rowset.BaseRowSet and javax.sql.CommonDataSource Reviewed-by: darcy
Mon, 22 Aug 2016 19:28:36 -0700 8164596: jshell tool: jdk repo module pages to allow double-dash fix to access Jopt-simple
rfield [Mon, 22 Aug 2016 19:28:36 -0700] rev 40532
8164596: jshell tool: jdk repo module pages to allow double-dash fix to access Jopt-simple Reviewed-by: jlahoda
Mon, 22 Aug 2016 18:22:19 -0700 8163126: Fix @modules in some of jdk/* tests
shurailine [Mon, 22 Aug 2016 18:22:19 -0700] rev 40531
8163126: Fix @modules in some of jdk/* tests Reviewed-by: weijun, alanb, mchung
Mon, 22 Aug 2016 17:22:09 -0700 8164524: Correct inconsistencies in floating-point abs spec
darcy [Mon, 22 Aug 2016 17:22:09 -0700] rev 40530
8164524: Correct inconsistencies in floating-point abs spec Reviewed-by: martin, bpb
Mon, 22 Aug 2016 15:27:50 -0700 8164589: Remove sun/rmi/runtime/Log/6409194/NoConsoleOutput.java from ProblemList
amurillo [Mon, 22 Aug 2016 15:27:50 -0700] rev 40529
8164589: Remove sun/rmi/runtime/Log/6409194/NoConsoleOutput.java from ProblemList Reviewed-by: jwilhelm
Thu, 18 Aug 2016 17:18:21 -0700 8164389: jdk.nio.zipfs.JarFileSystem does not completely traverse the versioned entries in a multi-release jar file
sdrach [Thu, 18 Aug 2016 17:18:21 -0700] rev 40528
8164389: jdk.nio.zipfs.JarFileSystem does not completely traverse the versioned entries in a multi-release jar file Reviewed-by: psandoz Contributed-by: steve.drach@oracle.com
Mon, 22 Aug 2016 22:16:54 +0300 8164366: ZoneOffset.ofHoursMinutesSeconds() does not reject invalid input
igerasim [Mon, 22 Aug 2016 22:16:54 +0300] rev 40527
8164366: ZoneOffset.ofHoursMinutesSeconds() does not reject invalid input Reviewed-by: scolebourne, ntv, coffeys
Thu, 25 Aug 2016 21:18:46 +0000 Added tag jdk-9+133 for changeset 77232505c496
lana [Thu, 25 Aug 2016 21:18:46 +0000] rev 40526
Added tag jdk-9+133 for changeset 77232505c496
Wed, 05 Jul 2017 22:07:54 +0200 Merge
duke [Wed, 05 Jul 2017 22:07:54 +0200] rev 40525
Merge
Thu, 25 Aug 2016 22:36:30 +0000 Merge
lana [Thu, 25 Aug 2016 22:36:30 +0000] rev 40524
Merge
Fri, 19 Aug 2016 17:19:47 +0200 8164124: [BACKOUT] G1 does not implement millis_since_last_gc which is needed by RMI GC
jwilhelm [Fri, 19 Aug 2016 17:19:47 +0200] rev 40523
8164124: [BACKOUT] G1 does not implement millis_since_last_gc which is needed by RMI GC Reviewed-by: jprovino
Thu, 25 Aug 2016 21:18:44 +0000 Added tag jdk-9+133 for changeset cf75dd18b3cd
lana [Thu, 25 Aug 2016 21:18:44 +0000] rev 40522
Added tag jdk-9+133 for changeset cf75dd18b3cd
Thu, 25 Aug 2016 21:18:44 +0000 Added tag jdk-9+133 for changeset 3d8b2db865d7
lana [Thu, 25 Aug 2016 21:18:44 +0000] rev 40521
Added tag jdk-9+133 for changeset 3d8b2db865d7
Wed, 05 Jul 2017 22:07:36 +0200 Added tag jdk-9+133 for changeset e17429a7e843
duke [Wed, 05 Jul 2017 22:07:36 +0200] rev 40520
Added tag jdk-9+133 for changeset e17429a7e843
Wed, 05 Jul 2017 22:07:34 +0200 Merge jdk-9+133
duke [Wed, 05 Jul 2017 22:07:34 +0200] rev 40519
Merge
Wed, 05 Jul 2017 22:07:28 +0200 Merge
duke [Wed, 05 Jul 2017 22:07:28 +0200] rev 40518
Merge
Mon, 22 Aug 2016 18:19:31 +0200 8156911: JShell: file manager should be closed
jlahoda [Mon, 22 Aug 2016 18:19:31 +0200] rev 40517
8156911: JShell: file manager should be closed Summary: Properly closing the file manager when it is being thrown away on error. Reviewed-by: rfield
Mon, 22 Aug 2016 09:12:11 -0700 8154374: JShell: setContextClassLoader() for remote Snippet class loader
rfield [Mon, 22 Aug 2016 09:12:11 -0700] rev 40516
8154374: JShell: setContextClassLoader() for remote Snippet class loader 8080347: jshell tool: /vars when the status is other than Active Reviewed-by: jlahoda
Mon, 22 Aug 2016 08:18:18 -0700 8164277: JShell API: Snippets are immutable and should be available for post-mortem analysis
rfield [Mon, 22 Aug 2016 08:18:18 -0700] rev 40515
8164277: JShell API: Snippets are immutable and should be available for post-mortem analysis Reviewed-by: jlahoda
Mon, 22 Aug 2016 15:16:30 +0200 8164550: tools/javac/modules/InheritRuntimeEnvironmentTest.java fails on Windows after JDK-8153391
jlahoda [Mon, 22 Aug 2016 15:16:30 +0200] rev 40514
8164550: tools/javac/modules/InheritRuntimeEnvironmentTest.java fails on Windows after JDK-8153391 Summary: Empty classpath is not working on Windows; using a classpath consisting on a sole empty dir Reviewed-by: mcimadamore
Mon, 22 Aug 2016 09:59:43 +0200 8153391: an image created for \"jdk.compiler\" fails to run javac
jlahoda [Mon, 22 Aug 2016 09:59:43 +0200] rev 40513
8153391: an image created for \"jdk.compiler\" fails to run javac Summary: Improving errors produced by javac when the zipfs implementation is missing in the JDK image. Reviewed-by: jjg
Fri, 19 Aug 2016 13:55:26 -0700 8158906: JShell: crashes with extremely long result value
rfield [Fri, 19 Aug 2016 13:55:26 -0700] rev 40512
8158906: JShell: crashes with extremely long result value Reviewed-by: jlahoda, shinyafox
Fri, 19 Aug 2016 12:54:02 -0700 8155995: Update javadoc to include module search
bpatel [Fri, 19 Aug 2016 12:54:02 -0700] rev 40511
8155995: Update javadoc to include module search Reviewed-by: jjg, ksrini
Fri, 19 Aug 2016 16:45:22 +0100 8164481: Remove jtreg run configurations from langtools idea project
mcimadamore [Fri, 19 Aug 2016 16:45:22 +0100] rev 40510
8164481: Remove jtreg run configurations from langtools idea project Summary: Update langtools intellij project and related ant build files. Reviewed-by: jlahoda
Thu, 18 Aug 2016 21:33:52 +0000 Merge
lana [Thu, 18 Aug 2016 21:33:52 +0000] rev 40509
Merge
Thu, 18 Aug 2016 05:48:35 -0700 8159305: Enhance the javadoc tool to support module related options
ksrini [Thu, 18 Aug 2016 05:48:35 -0700] rev 40508
8159305: Enhance the javadoc tool to support module related options Reviewed-by: bpatel, jjg
Wed, 17 Aug 2016 10:34:48 +0530 8162576: Missing doclint check missing for modules
sadayapalam [Wed, 17 Aug 2016 10:34:48 +0530] rev 40507
8162576: Missing doclint check missing for modules Reviewed-by: jjg, ksrini Contributed-by: lance.andersen@oracle.com, srikanth.adayapalam@oracle.com
Tue, 16 Aug 2016 10:57:13 -0700 8163800: The fix for JDK-8072052 shows up other minor incorrect use of styles
jjg [Tue, 16 Aug 2016 10:57:13 -0700] rev 40506
8163800: The fix for JDK-8072052 shows up other minor incorrect use of styles Reviewed-by: bpatel
Tue, 16 Aug 2016 10:35:10 -0700 8098537: Incorrect fonts in Java 8 javadocs
jjg [Tue, 16 Aug 2016 10:35:10 -0700] rev 40505
8098537: Incorrect fonts in Java 8 javadocs 8072052: <dd> part of <dl> list in javadoc should not be in monospace font Reviewed-by: bpatel
Tue, 16 Aug 2016 16:43:00 +0200 8078561: Error message should be generated once when -source 6 is specified
jlahoda [Tue, 16 Aug 2016 16:43:00 +0200] rev 40504
8078561: Error message should be generated once when -source 6 is specified Summary: Code to avoid duplicated errors about features not supported in the current source level moved to Log Reviewed-by: jjg
Mon, 15 Aug 2016 22:14:25 -0700 8135291: [javadoc] broken link in Package com.sun.tools.jconsole
bpatel [Mon, 15 Aug 2016 22:14:25 -0700] rev 40503
8135291: [javadoc] broken link in Package com.sun.tools.jconsole Reviewed-by: jjg, ksrini
Tue, 16 Aug 2016 09:45:19 +0530 8157512: AssertionError in javac when module-info < v53.0
sadayapalam [Tue, 16 Aug 2016 09:45:19 +0530] rev 40502
8157512: AssertionError in javac when module-info < v53.0 Reviewed-by: jjg
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip