Sat, 09 Dec 2017 03:33:39 +0100 8193128: Reduce number of implementation classes returned by List/Set/Map.of()
redestad [Sat, 09 Dec 2017 03:33:39 +0100] rev 49283
8193128: Reduce number of implementation classes returned by List/Set/Map.of() 8191418: List.of().indexOf(null) doesn't throw NullPointerException Reviewed-by: smarks, jrose, martin, plevart
Thu, 22 Mar 2018 09:07:08 -0700 8199773: (bf) XXXBuffer:compareTo method is not working as expected
psandoz [Thu, 22 Mar 2018 09:07:08 -0700] rev 49282
8199773: (bf) XXXBuffer:compareTo method is not working as expected Reviewed-by: alanb
Thu, 22 Mar 2018 08:41:06 -0700 8198997: Cache normalized/resolved user.dir property
bpb [Thu, 22 Mar 2018 08:41:06 -0700] rev 49281
8198997: Cache normalized/resolved user.dir property Summary: Normalize cached user.dir property value in constructor (windows only) Reviewed-by: alanb
Thu, 22 Mar 2018 15:28:33 +0100 8194978: Javac produces dead code for try-with-resource
jlahoda [Thu, 22 Mar 2018 15:28:33 +0100] rev 49280
8194978: Javac produces dead code for try-with-resource Summary: For try-with-resources, using simplified distinct close code for try body and catch clause, to avoid creating multiple copies of the full finally code. Reviewed-by: mcimadamore
Thu, 22 Mar 2018 09:41:29 -0400 8199467: Compilation Errors in libinstrument Reentrancy.c with VS2017
rriggs [Thu, 22 Mar 2018 09:41:29 -0400] rev 49279
8199467: Compilation Errors in libinstrument Reentrancy.c with VS2017 Reviewed-by: sspitsyn, martin
Thu, 22 Mar 2018 12:13:08 +0100 8198552: Multiple javac plugins do not work at the same time.
jlahoda [Thu, 22 Mar 2018 12:13:08 +0100] rev 49278
8198552: Multiple javac plugins do not work at the same time. Summary: Fixing handling of multiple -Xplugin, -Xdoclint: and -Xdoclint/packages: parameters. Reviewed-by: jjg, vromero
Thu, 22 Mar 2018 12:59:58 +0530 8196399: Formatting a decimal using locale-specific grouping separators causes ArithmeticException (division by zero).
nishjain [Thu, 22 Mar 2018 12:59:58 +0530] rev 49277
8196399: Formatting a decimal using locale-specific grouping separators causes ArithmeticException (division by zero). 8199672: ClassCastException is thrown by java.util.Formatter when an NumberFormatProvider SPI is used. Reviewed-by: naoto
Thu, 22 Mar 2018 08:09:51 +0800 8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000" jdk-11+6
weijun [Thu, 22 Mar 2018 08:09:51 +0800] rev 49276
8186228: sun/security/krb5/auto/KdcPolicy.java fails with "java.lang.Exception: Does not match. Output is c30000c30000c30000" Reviewed-by: mullan
Wed, 21 Mar 2018 16:55:34 +0100 8199869: Missing copyright headers in nashorn source code
hannesw [Wed, 21 Mar 2018 16:55:34 +0100] rev 49275
8199869: Missing copyright headers in nashorn source code Reviewed-by: sundar
Wed, 21 Mar 2018 12:54:36 +0100 8199682: Clean up building the saproc library
ihse [Wed, 21 Mar 2018 12:54:36 +0100] rev 49274
8199682: Clean up building the saproc library Reviewed-by: erikj, dholmes, sundar
Wed, 21 Mar 2018 10:13:49 +0100 8199862: Examine ProxyBuilder::referencedTypes startup cost
redestad [Wed, 21 Mar 2018 10:13:49 +0100] rev 49273
8199862: Examine ProxyBuilder::referencedTypes startup cost Reviewed-by: mchung
Wed, 21 Mar 2018 10:13:14 +0100 8199865: Avoid initializing ShortCache in ProxyGenerator
redestad [Wed, 21 Mar 2018 10:13:14 +0100] rev 49272
8199865: Avoid initializing ShortCache in ProxyGenerator Reviewed-by: mchung
Wed, 21 Mar 2018 09:06:45 +0000 8199437: Improve diagnostic system assertion message in com.sun.net.httpserver impl
chegar [Wed, 21 Mar 2018 09:06:45 +0000] rev 49271
8199437: Improve diagnostic system assertion message in com.sun.net.httpserver impl Reviewed-by: alanb, dfuchs
Tue, 20 Mar 2018 17:42:20 -0700 8199884: JDK-8199749 broke build with make 3.81
erikj [Tue, 20 Mar 2018 17:42:20 -0700] rev 49270
8199884: JDK-8199749 broke build with make 3.81 Reviewed-by: tbell
Tue, 20 Mar 2018 11:29:16 -0700 8199792: Wrong license header in XMLLimitAnalyzer.java
joehw [Tue, 20 Mar 2018 11:29:16 -0700] rev 49269
8199792: Wrong license header in XMLLimitAnalyzer.java Reviewed-by: lancea
Tue, 20 Mar 2018 12:14:41 +0100 8199858: solaris-x86_64 : unpack200 fails linking with SS12u4
mbaesken [Tue, 20 Mar 2018 12:14:41 +0100] rev 49268
8199858: solaris-x86_64 : unpack200 fails linking with SS12u4 Reviewed-by: erikj, simonis
Tue, 20 Mar 2018 09:21:43 -0700 8193033: remove terminally deprecated sun.misc.Unsafe.defineClass
psandoz [Tue, 20 Mar 2018 09:21:43 -0700] rev 49267
8193033: remove terminally deprecated sun.misc.Unsafe.defineClass Reviewed-by: chegar, mchung, alanb
Mon, 19 Mar 2018 21:52:50 +0000 Merge
lana [Mon, 19 Mar 2018 21:52:50 +0000] rev 49266
Merge
Mon, 19 Mar 2018 21:34:20 +0000 Added tag jdk-11+5 for changeset d5c43e9f08fb
lana [Mon, 19 Mar 2018 21:34:20 +0000] rev 49265
Added tag jdk-11+5 for changeset d5c43e9f08fb
Mon, 19 Mar 2018 17:46:49 -0400 8199768: jdk/test/lib/compiler/CompilerUtils.java needs to provide more control over compilation
dholmes [Mon, 19 Mar 2018 17:46:49 -0400] rev 49264
8199768: jdk/test/lib/compiler/CompilerUtils.java needs to provide more control over compilation Reviewed-by: psandoz, alanb
Mon, 19 Mar 2018 10:11:07 -0700 8199749: Debug symbols are not copied to exploded image on Mac
erikj [Mon, 19 Mar 2018 10:11:07 -0700] rev 49263
8199749: Debug symbols are not copied to exploded image on Mac Reviewed-by: ihse
Mon, 19 Mar 2018 09:58:41 -0400 8196298: Add null Reader and Writer
rriggs [Mon, 19 Mar 2018 09:58:41 -0400] rev 49262
8196298: Add null Reader and Writer Reviewed-by: bpb, forax, smarks, alanb, rriggs Contributed-by: patrick@reini.net
Fri, 16 Mar 2018 21:40:09 +0100 8199745: JDK-8199668 introduced a build race on macosx jdk-11+5
erikj [Fri, 16 Mar 2018 21:40:09 +0100] rev 49261
8199745: JDK-8199668 introduced a build race on macosx Reviewed-by: tbell
Fri, 16 Mar 2018 16:17:17 -0400 8193584: (testbug) TestSocketFactory fails intermittently with ConcurrentModificationException
rriggs [Fri, 16 Mar 2018 16:17:17 -0400] rev 49260
8193584: (testbug) TestSocketFactory fails intermittently with ConcurrentModificationException Reviewed-by: bpb, lancea
Fri, 16 Mar 2018 03:17:12 -0700 Merge
shurailine [Fri, 16 Mar 2018 03:17:12 -0700] rev 49259
Merge
Fri, 16 Mar 2018 03:15:35 -0700 8199616: Fix @module declarations in tier1 tests
shurailine [Fri, 16 Mar 2018 03:15:35 -0700] rev 49258
8199616: Fix @module declarations in tier1 tests Reviewed-by: mchung, alanb
Fri, 16 Mar 2018 14:56:54 +0100 8199443: Nashorn multithread bottleneck with "use strict"
hannesw [Fri, 16 Mar 2018 14:56:54 +0100] rev 49257
8199443: Nashorn multithread bottleneck with "use strict" Reviewed-by: jlaskey, sundar
Fri, 16 Mar 2018 13:02:42 +0000 8199464: Remove remaining vestiges of Java_sun_reflect_Reflection_getCallerClass
chegar [Fri, 16 Mar 2018 13:02:42 +0000] rev 49256
8199464: Remove remaining vestiges of Java_sun_reflect_Reflection_getCallerClass Reviewed-by: alanb, clanger, mchung
Fri, 16 Mar 2018 18:15:31 +0800 8199215: Re-examine getFreePort method in test infrastructure library
mli [Fri, 16 Mar 2018 18:15:31 +0800] rev 49255
8199215: Re-examine getFreePort method in test infrastructure library Reviewed-by: alanb
Thu, 15 Mar 2018 14:54:10 -0700 8183554: Add constructors with Charset parameter for FileReader and FileWriter
joehw [Thu, 15 Mar 2018 14:54:10 -0700] rev 49254
8183554: Add constructors with Charset parameter for FileReader and FileWriter Reviewed-by: alanb, rriggs, smarks
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip