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
Thu, 15 Mar 2018 19:33:04 +0100 8199681: Remove boilerplate code from creating native jtreg tests
ihse [Thu, 15 Mar 2018 19:33:04 +0100] rev 49253
8199681: Remove boilerplate code from creating native jtreg tests Reviewed-by: erikj
Thu, 15 Mar 2018 19:30:58 +0100 8199668: make/lib cleanup
ihse [Thu, 15 Mar 2018 19:30:58 +0100] rev 49252
8199668: make/lib cleanup Reviewed-by: erikj
Thu, 15 Mar 2018 08:11:01 -0700 8189230: JDK method:java.lang.Integer.numberOfLeadingZeros(int) can be optimized
bpb [Thu, 15 Mar 2018 08:11:01 -0700] rev 49251
8189230: JDK method:java.lang.Integer.numberOfLeadingZeros(int) can be optimized Summary: Directly return zero for a negative parameter instead of calculating Reviewed-by: psandoz
Thu, 15 Mar 2018 12:07:59 +0100 8188240: Reflection Proxy should skip static methods
shade [Thu, 15 Mar 2018 12:07:59 +0100] rev 49250
8188240: Reflection Proxy should skip static methods Reviewed-by: mchung, sundar, shade, plevart Contributed-by: David Lloyd <david.lloyd@redhat.com>
Thu, 15 Mar 2018 11:02:22 +0000 8199329: Remove code that attempts to read bytes after connection reset reported
alanb [Thu, 15 Mar 2018 11:02:22 +0000] rev 49249
8199329: Remove code that attempts to read bytes after connection reset reported Reviewed-by: redestad, clanger, chegar
Thu, 15 Mar 2018 10:47:58 +0000 8199611: (se) Minor selector implementation clean-up
alanb [Thu, 15 Mar 2018 10:47:58 +0000] rev 49248
8199611: (se) Minor selector implementation clean-up Reviewed-by: clanger, redestad, bpb
Thu, 15 Mar 2018 10:41:57 +0100 8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again
redestad [Thu, 15 Mar 2018 10:41:57 +0100] rev 49247
8199647: java/util/Locale/SoftKeys.java fails with OutOfMemoryError again Reviewed-by: psandoz
Thu, 15 Mar 2018 02:08:29 +0100 8199640: Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of
ihse [Thu, 15 Mar 2018 02:08:29 +0100] rev 49246
8199640: Split up BUILD_LIBKRB5 into the two, unrelated compilations it consists of Reviewed-by: erikj
Thu, 15 Mar 2018 01:32:03 +0100 8199636: Unify naming for jaas_unix and jaas_nt
ihse [Thu, 15 Mar 2018 01:32:03 +0100] rev 49245
8199636: Unify naming for jaas_unix and jaas_nt Reviewed-by: erikj
Thu, 15 Mar 2018 01:20:47 +0100 8199639: Introduce SetupJdkLibrary and SetupJdkExecutable
ihse [Thu, 15 Mar 2018 01:20:47 +0100] rev 49244
8199639: Introduce SetupJdkLibrary and SetupJdkExecutable Reviewed-by: erikj
Wed, 14 Mar 2018 21:35:41 +0100 8199423: Create builds-infra Mach5 job
erikj [Wed, 14 Mar 2018 21:35:41 +0100] rev 49243
8199423: Create builds-infra Mach5 job Reviewed-by: tbell, ihse
Wed, 14 Mar 2018 12:39:57 -0700 8198889: Clarify the throwing of exceptions from ConstantBootstraps.invoke
psandoz [Wed, 14 Mar 2018 12:39:57 -0700] rev 49242
8198889: Clarify the throwing of exceptions from ConstantBootstraps.invoke Reviewed-by: mchung
Wed, 14 Mar 2018 19:12:30 +0100 8199606: Set -lc as global LIBS on solstudio
ihse [Wed, 14 Mar 2018 19:12:30 +0100] rev 49241
8199606: Set -lc as global LIBS on solstudio Reviewed-by: erikj
Wed, 14 Mar 2018 17:14:02 +0100 8199471: Enable generation of callSiteForms at link time
redestad [Wed, 14 Mar 2018 17:14:02 +0100] rev 49240
8199471: Enable generation of callSiteForms at link time Reviewed-by: psandoz, mchung
Wed, 14 Mar 2018 11:23:16 +0100 8199483: Clean up some non-standard LDFLAGS usage
ihse [Wed, 14 Mar 2018 11:23:16 +0100] rev 49239
8199483: Clean up some non-standard LDFLAGS usage Reviewed-by: erikj
Tue, 13 Mar 2018 12:24:39 -0700 8182684: Further clarify InputStream#available()
bpb [Tue, 13 Mar 2018 12:24:39 -0700] rev 49238
8182684: Further clarify InputStream#available() Reviewed-by: alanb, rriggs
Tue, 13 Mar 2018 11:49:17 -0700 8199258: BigInteger.bitLength() should explicitly specify behavior when the value is zero
bpb [Tue, 13 Mar 2018 11:49:17 -0700] rev 49237
8199258: BigInteger.bitLength() should explicitly specify behavior when the value is zero Reviewed-by: lancea, rriggs
Tue, 13 Mar 2018 09:57:44 -0700 Merge
prr [Tue, 13 Mar 2018 09:57:44 -0700] rev 49236
Merge
Tue, 13 Mar 2018 12:00:55 +0000 8198606: Touch keyboard does not hide, when a text component looses focus
alitvinov [Tue, 13 Mar 2018 12:00:55 +0000] rev 49235
8198606: Touch keyboard does not hide, when a text component looses focus Reviewed-by: serb, dmarkov
Mon, 12 Mar 2018 13:53:20 -0700 8193017: Import freetype sources into OpenJDK source tree
prr [Mon, 12 Mar 2018 13:53:20 -0700] rev 49234
8193017: Import freetype sources into OpenJDK source tree Reviewed-by: erikj, ihse, serb
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip