Wed, 07 Feb 2018 16:49:24 +0100 8194764: javac incorrectly flags deprecated for removal imports jdk-10+43
jlahoda [Wed, 07 Feb 2018 16:49:24 +0100] rev 48776
8194764: javac incorrectly flags deprecated for removal imports Summary: Fixing source range for the Source.Feature.DEPRECATE_ON_IMPORT Reviewed-by: mcimadamore
Wed, 07 Feb 2018 09:18:13 +0100 8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX
clanger [Wed, 07 Feb 2018 09:18:13 +0100] rev 48775
8196678: avoid printing uninitialized buffer in os::print_memory_info on AIX Reviewed-by: dholmes, goetz, clanger Contributed-by: arno.zeller@sap.com
Fri, 02 Feb 2018 14:44:48 -0800 8196717: remove xmlresolver.md
joehw [Fri, 02 Feb 2018 14:44:48 -0800] rev 48774
8196717: remove xmlresolver.md Reviewed-by: lancea, rriggs
Fri, 02 Feb 2018 19:44:29 +0000 8195973: Update JDK 10 repo for FCS build
asaha [Fri, 02 Feb 2018 19:44:29 +0000] rev 48773
8195973: Update JDK 10 repo for FCS build Reviewed-by: erikj Contributed-by: diancui.zhou@oracle.com
Fri, 02 Feb 2018 08:41:02 -0800 8196288: Update src/java.desktop/share/legal/libharfbuzz.md for harfbuzz
prr [Fri, 02 Feb 2018 08:41:02 -0800] rev 48772
8196288: Update src/java.desktop/share/legal/libharfbuzz.md for harfbuzz Reviewed-by: psadhukhan
Fri, 02 Feb 2018 03:02:26 +0000 Added tag jdk-10+42 for changeset 4b62b815b4f4
lana [Fri, 02 Feb 2018 03:02:26 +0000] rev 48771
Added tag jdk-10+42 for changeset 4b62b815b4f4
Mon, 05 Feb 2018 20:20:35 -0800 8196768: RootLoggerHandlers fails when source tree is read-only
martin [Mon, 05 Feb 2018 20:20:35 -0800] rev 48770
8196768: RootLoggerHandlers fails when source tree is read-only Reviewed-by: dfuchs
Thu, 08 Feb 2018 06:19:24 -0800 Merge
shurailine [Thu, 08 Feb 2018 06:19:24 -0800] rev 48769
Merge
Thu, 08 Feb 2018 06:16:49 -0800 8178342: Missing @modules in jdk/jdk/nio/zipfs
shurailine [Thu, 08 Feb 2018 06:16:49 -0800] rev 48768
8178342: Missing @modules in jdk/jdk/nio/zipfs Reviewed-by: mchung
Thu, 08 Feb 2018 09:24:44 -0500 8080990: libdt_socket/socket_md.c(202) : warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW()
gadams [Thu, 08 Feb 2018 09:24:44 -0500] rev 48767
8080990: libdt_socket/socket_md.c(202) : warning C4996: 'gethostbyname': Use getaddrinfo() or GetAddrInfoW() Reviewed-by: erikj, clanger, chegar
Thu, 08 Feb 2018 12:01:32 -0800 8196985: Disable new warnings from GCC 7.3 in jdk libraries
erikj [Thu, 08 Feb 2018 12:01:32 -0800] rev 48766
8196985: Disable new warnings from GCC 7.3 in jdk libraries Reviewed-by: tbell, ihse
Thu, 08 Feb 2018 10:54:01 -0800 8197141: Add java/nio/file/WatchService/LotsOfCancels.java to ProblemList on Solaris
bpb [Thu, 08 Feb 2018 10:54:01 -0800] rev 48765
8197141: Add java/nio/file/WatchService/LotsOfCancels.java to ProblemList on Solaris Reviewed-by: rriggs
Thu, 08 Feb 2018 10:28:50 -0800 8196356: Changes to m4 files don't trigger autoconf execution at build time
erikj [Thu, 08 Feb 2018 10:28:50 -0800] rev 48764
8196356: Changes to m4 files don't trigger autoconf execution at build time Reviewed-by: tbell
Thu, 08 Feb 2018 18:45:30 +0100 8196869: Optimize Locale creation
redestad [Thu, 08 Feb 2018 18:45:30 +0100] rev 48763
8196869: Optimize Locale creation Reviewed-by: psandoz, plevart, naoto
Thu, 08 Feb 2018 10:06:57 -0500 8196215: sun/security/util/Resources/customSysClassLoader/MessageFormatting.java failed on ar_SA locale.
apetcher [Thu, 08 Feb 2018 10:06:57 -0500] rev 48762
8196215: sun/security/util/Resources/customSysClassLoader/MessageFormatting.java failed on ar_SA locale. Summary: Fixing a minor bug in a test related to policy parser message formatting Reviewed-by: mullan, xuelei
Thu, 08 Feb 2018 10:55:21 +0000 8196956: (ch) More channels cleanup
alanb [Thu, 08 Feb 2018 10:55:21 +0000] rev 48761
8196956: (ch) More channels cleanup Reviewed-by: rriggs, prappo, bpb
Thu, 08 Feb 2018 11:44:21 +0800 8196823: jarsigner should not create a signed jar if the signing fails
weijun [Thu, 08 Feb 2018 11:44:21 +0800] rev 48760
8196823: jarsigner should not create a signed jar if the signing fails Reviewed-by: mullan, alanb
Wed, 07 Feb 2018 11:28:23 -0800 8195795: Organize output files by module/package, not just package
jjg [Wed, 07 Feb 2018 11:28:23 -0800] rev 48759
8195795: Organize output files by module/package, not just package Reviewed-by: ksrini, mchung, erikj
Wed, 07 Feb 2018 09:48:43 -0800 8196951: jdk build fails with clang: error: no such file or directory: '@LIBZ_CFLAGS@'
erikj [Wed, 07 Feb 2018 09:48:43 -0800] rev 48758
8196951: jdk build fails with clang: error: no such file or directory: '@LIBZ_CFLAGS@' Reviewed-by: tbell, alanb
Wed, 07 Feb 2018 09:06:43 -0500 8194251: Deadlock between UsageTracker and System.getProperty() when using a malformed security policy
apetcher [Wed, 07 Feb 2018 09:06:43 -0500] rev 48757
8194251: Deadlock between UsageTracker and System.getProperty() when using a malformed security policy Summary: Disable localization of error messages produced during policy file parsing Reviewed-by: mchung, mullan
Tue, 06 Feb 2018 18:28:23 -0800 8196027: Remove "Prev" and "Next" links from the javadoc navigation
bpatel [Tue, 06 Feb 2018 18:28:23 -0800] rev 48756
8196027: Remove "Prev" and "Next" links from the javadoc navigation Reviewed-by: jjg, ksrini
Tue, 06 Feb 2018 16:33:38 -0800 8196895: Create devkit for Macosx with Xcode 9.2
erikj [Tue, 06 Feb 2018 16:33:38 -0800] rev 48755
8196895: Create devkit for Macosx with Xcode 9.2 Reviewed-by: ihse, tbell
Tue, 06 Feb 2018 16:53:03 -0500 8173401: Update VERSION_FEATURE for JDK 11
dholmes [Tue, 06 Feb 2018 16:53:03 -0500] rev 48754
8173401: Update VERSION_FEATURE for JDK 11 Reviewed-by: darcy, mchung, erikj
Tue, 06 Feb 2018 22:47:50 +0100 8196911: Windows build fails with not finding zlib.h
erikj [Tue, 06 Feb 2018 22:47:50 +0100] rev 48753
8196911: Windows build fails with not finding zlib.h Reviewed-by: tbell
Tue, 06 Feb 2018 10:17:31 -0800 8196879: Forgot to add file in JDK-8196803
erikj [Tue, 06 Feb 2018 10:17:31 -0800] rev 48752
8196879: Forgot to add file in JDK-8196803 Reviewed-by: tbell
Tue, 06 Feb 2018 10:12:05 -0800 8196803: Fix build warnings in jdk libraries with Xcode 9
erikj [Tue, 06 Feb 2018 10:12:05 -0800] rev 48751
8196803: Fix build warnings in jdk libraries with Xcode 9 Reviewed-by: tbell, ihse
Tue, 06 Feb 2018 16:04:46 +0000 8196787: (ch) Moving network channels to use j.u.c locks
alanb [Tue, 06 Feb 2018 16:04:46 +0000] rev 48750
8196787: (ch) Moving network channels to use j.u.c locks Reviewed-by: prappo, rriggs
Tue, 06 Feb 2018 23:49:10 +0530 8152616: com.sun.tools.javac.tree.Pretty generates nested comments for enum
sdama [Tue, 06 Feb 2018 23:49:10 +0530] rev 48749
8152616: com.sun.tools.javac.tree.Pretty generates nested comments for enum Summary: Fixed nested comments for enum Reviewed-by: mcimadamore Contributed-by: srinivas.dama@oracle.com
Mon, 05 Feb 2018 15:08:46 -0800 8196535: Remove support for pre-Java 6 non-JVM-wide file locking
bpb [Mon, 05 Feb 2018 15:08:46 -0800] rev 48748
8196535: Remove support for pre-Java 6 non-JVM-wide file locking Reviewed-by: alanb, rriggs
Mon, 05 Feb 2018 11:35:56 -0800 8196736: Refactor HelpWriter and properties
jjg [Mon, 05 Feb 2018 11:35:56 -0800] rev 48747
8196736: Refactor HelpWriter and properties Reviewed-by: ksrini
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip