Thu, 05 May 2016 17:35:50 +0000 Added tag jdk-9+117 for changeset 6789c4ec0a28
lana [Thu, 05 May 2016 17:35:50 +0000] rev 37826
Added tag jdk-9+117 for changeset 6789c4ec0a28
Wed, 05 Jul 2017 21:40:17 +0200 Merge
duke [Wed, 05 Jul 2017 21:40:17 +0200] rev 37825
Merge
Thu, 05 May 2016 19:11:21 +0000 Merge
lana [Thu, 05 May 2016 19:11:21 +0000] rev 37824
Merge
Thu, 05 May 2016 18:09:58 +0300 8152927: Incorrect GPL header in StubFactoryDynamicBase.java reported
aefimov [Thu, 05 May 2016 18:09:58 +0300] rev 37823
8152927: Incorrect GPL header in StubFactoryDynamicBase.java reported Reviewed-by: alanb
Tue, 03 May 2016 09:09:14 +0100 8154956: Module system implementation refresh (4/2016)
alanb [Tue, 03 May 2016 09:09:14 +0100] rev 37822
8154956: Module system implementation refresh (4/2016) Reviewed-by: mchung, chegar, redestad
Thu, 05 May 2016 17:35:47 +0000 Added tag jdk-9+117 for changeset 6c781e067b6b
lana [Thu, 05 May 2016 17:35:47 +0000] rev 37821
Added tag jdk-9+117 for changeset 6c781e067b6b
Wed, 05 Jul 2017 21:40:09 +0200 Merge
duke [Wed, 05 Jul 2017 21:40:09 +0200] rev 37820
Merge
Mon, 09 May 2016 09:35:57 -0700 8153912: Reconsider StackFrame::getFileName and StackFrame::getLineNumber
mchung [Mon, 09 May 2016 09:35:57 -0700] rev 37819
8153912: Reconsider StackFrame::getFileName and StackFrame::getLineNumber Summary: Add StackFrame::getByteCodeIndex method. Revised getFileName and getLineNumber method. Reviewed-by: dfuchs, bchristi
Mon, 09 May 2016 18:11:02 +0800 8156529: Problem list java/nio/file/WatchService/DeleteInterference.java
amlu [Mon, 09 May 2016 18:11:02 +0800] rev 37818
8156529: Problem list java/nio/file/WatchService/DeleteInterference.java Reviewed-by: alanb
Mon, 09 May 2016 18:06:57 +0800 8156512: Mark several tests from java/nio as intermittently failing
amlu [Mon, 09 May 2016 18:06:57 +0800] rev 37817
8156512: Mark several tests from java/nio as intermittently failing Reviewed-by: alanb
Mon, 09 May 2016 10:28:24 +0100 8155888: java/net/httpclient/QuickResponses.java intermittently failed with java.util.ConcurrentModificationException
michaelm [Mon, 09 May 2016 10:28:24 +0100] rev 37816
8155888: java/net/httpclient/QuickResponses.java intermittently failed with java.util.ConcurrentModificationException Reviewed-by: chegar
Mon, 09 May 2016 17:46:28 +0900 8154295: Currency iso code is int and hence looses the preceeding zero.
peytoia [Mon, 09 May 2016 17:46:28 +0900] rev 37815
8154295: Currency iso code is int and hence looses the preceeding zero. Reviewed-by: naoto, okutsu, peytoia Contributed-by: Nishit Jain <nishit.jain@oracle.com>
Sun, 08 May 2016 23:02:23 +0000 8156502: Use short name of SupportedEllipticCurvesExtension.java
xuelei [Sun, 08 May 2016 23:02:23 +0000] rev 37814
8156502: Use short name of SupportedEllipticCurvesExtension.java Reviewed-by: vinnie
Sun, 08 May 2016 22:15:25 +0200 8147984: WindowsTerminal should support function keys
jlahoda [Sun, 08 May 2016 22:15:25 +0200] rev 37813
8147984: WindowsTerminal should support function keys Reviewed-by: smarks
Sun, 08 May 2016 07:46:19 +0000 8079628: java.time: DateTimeFormatter containing "DD" fails on 3-digit day-of-year value`
ntv [Sun, 08 May 2016 07:46:19 +0000] rev 37812
8079628: java.time: DateTimeFormatter containing "DD" fails on 3-digit day-of-year value` Summary: Change the definition of 'DD' to match with CLDR Reviewed-by: rriggs, scolebourne
Sat, 07 May 2016 08:44:48 +0200 8156020: 8145547 breaks AIX and and uses RTLD_NOLOAD incorrectly
simonis [Sat, 07 May 2016 08:44:48 +0200] rev 37811
8156020: 8145547 breaks AIX and and uses RTLD_NOLOAD incorrectly Reviewed-by: prr, serb
Sat, 07 May 2016 00:54:38 +0000 Merge
sspitsyn [Sat, 07 May 2016 00:54:38 +0000] rev 37810
Merge
Fri, 06 May 2016 23:14:50 +0000 Merge
sspitsyn [Fri, 06 May 2016 23:14:50 +0000] rev 37809
Merge
Fri, 06 May 2016 20:36:12 +0000 Merge
sspitsyn [Fri, 06 May 2016 20:36:12 +0000] rev 37808
Merge
Fri, 06 May 2016 12:45:04 -0700 8156147: NPE in InstrumentationImpl.transform when loading classes from -Xbootclasspath/a
sspitsyn [Fri, 06 May 2016 12:45:04 -0700] rev 37807
8156147: NPE in InstrumentationImpl.transform when loading classes from -Xbootclasspath/a Summary: Use the jdk.internal.loader.Bootloader if the loader argument is null Reviewed-by: alanb
Sat, 07 May 2016 02:53:07 +0200 Merge
redestad [Sat, 07 May 2016 02:53:07 +0200] rev 37806
Merge
Sat, 07 May 2016 01:49:18 +0200 8150044: Generate classlists at build-time
redestad [Sat, 07 May 2016 01:49:18 +0200] rev 37805
8150044: Generate classlists at build-time Reviewed-by: alanb, mchung, iklam Contributed-by: claes.redestad@oracle.com, erik.joelsson@oracle.com
Sat, 07 May 2016 00:26:02 +0000 8155211: Ucrypto Library leaks native memory
stuefe [Sat, 07 May 2016 00:26:02 +0000] rev 37804
8155211: Ucrypto Library leaks native memory Summary: Free the memory allocated by calloc(0, x) calls Reviewed-by: valeriep, igerasim
Fri, 06 May 2016 14:03:08 -0700 8150496: (zipfs) Fix performance issues in zip-fs
sherman [Fri, 06 May 2016 14:03:08 -0700] rev 37803
8150496: (zipfs) Fix performance issues in zip-fs 8150366: (zipfs) lastAccessTime and createTime returned as null instead of default value Reviewed-by: alanb, redestad, shade
Fri, 06 May 2016 11:33:32 -0700 8139233: add initial compact immutable collection implementations
smarks [Fri, 06 May 2016 11:33:32 -0700] rev 37802
8139233: add initial compact immutable collection implementations Reviewed-by: plevart, forax, dfuchs, chegar, alanb, scolebourne
Fri, 06 May 2016 12:48:19 +0000 8148949: DateTimeFormatter pattern letters 'A','n','N'
ntv [Fri, 06 May 2016 12:48:19 +0000] rev 37801
8148949: DateTimeFormatter pattern letters 'A','n','N' Summary: Changed the definition of pattern letters 'A','n','N' because it does not match the definition of CLDR Reviewed-by: rriggs, scolebourne
Fri, 06 May 2016 11:23:49 +0000 8015070: Antialiased text on translucent backgrounds gets bright artifacts
ntv [Fri, 06 May 2016 11:23:49 +0000] rev 37800
8015070: Antialiased text on translucent backgrounds gets bright artifacts Reviewed-by: flar, prr, jdv Contributed-by: prahalad.kumar.narayanan@oracle.com
Fri, 06 May 2016 11:30:41 +0100 8153572: [JEP 110] IOException (connection closed for reading) is thrown when try to connect HTTPS service
michaelm [Fri, 06 May 2016 11:30:41 +0100] rev 37799
8153572: [JEP 110] IOException (connection closed for reading) is thrown when try to connect HTTPS service Reviewed-by: rriggs
Fri, 06 May 2016 06:52:13 +0000 7116979: Unexpected pixel colour when converting images to TYPE_BYTE_INDEXED
jdv [Fri, 06 May 2016 06:52:13 +0000] rev 37798
7116979: Unexpected pixel colour when converting images to TYPE_BYTE_INDEXED Summary: Unexpected pixel colour when converting images to TYPE_BYTE_INDEXED Reviewed-by: prr, flar
Thu, 05 May 2016 22:39:36 -0700 8155513: Deprivilege jdk.charsets
mchung [Thu, 05 May 2016 22:39:36 -0700] rev 37797
8155513: Deprivilege jdk.charsets Reviewed-by: alanb, chegar
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip