Tue, 03 May 2016 10:39:00 +0100 Merge
alanb [Tue, 03 May 2016 10:39:00 +0100] rev 37828
Merge
Tue, 03 May 2016 09:11:31 +0100 8154956: Module system implementation refresh (4/2016)
alanb [Tue, 03 May 2016 09:11:31 +0100] rev 37827
8154956: Module system implementation refresh (4/2016) Reviewed-by: alanb, mchung, chegar, redestad Contributed-by: alan.bateman@oracle.com, erik.joelsson@oracle.com
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
Fri, 06 May 2016 11:38:44 +0800 8051408: NIST SP 800-90A SecureRandom implementations
weijun [Fri, 06 May 2016 11:38:44 +0800] rev 37796
8051408: NIST SP 800-90A SecureRandom implementations Reviewed-by: wetmore, xuelei, coffeys
Thu, 05 May 2016 16:36:06 -0700 8154190: Deprivilege java.compiler module
mchung [Thu, 05 May 2016 16:36:06 -0700] rev 37795
8154190: Deprivilege java.compiler module Reviewed-by: alanb, chegar, jjg
Thu, 05 May 2016 13:57:47 -0700 8154182: Fix java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java to only use available modules
shurailine [Thu, 05 May 2016 13:57:47 -0700] rev 37794
8154182: Fix java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java to only use available modules Reviewed-by: alanb, mchung
Thu, 05 May 2016 19:11:09 +0000 Merge
lana [Thu, 05 May 2016 19:11:09 +0000] rev 37793
Merge
Thu, 05 May 2016 11:39:08 -0700 8155258: VarHandle implementation improvements
psandoz [Thu, 05 May 2016 11:39:08 -0700] rev 37792
8155258: VarHandle implementation improvements Reviewed-by: shade, vlivanov
Thu, 05 May 2016 11:37:18 +0100 8155928: Remove hardcoded port numbers from httpclient/Security.java test
michaelm [Thu, 05 May 2016 11:37:18 +0100] rev 37791
8155928: Remove hardcoded port numbers from httpclient/Security.java test Reviewed-by: chegar, rriggs
Wed, 04 May 2016 08:53:09 -0700 8155649: IncludeLocalesPlugin throws NPE when jdk.localedata not resolved
naoto [Wed, 04 May 2016 08:53:09 -0700] rev 37790
8155649: IncludeLocalesPlugin throws NPE when jdk.localedata not resolved Reviewed-by: alanb, mchung
Wed, 04 May 2016 08:04:22 -0700 8153192: (se) Selector.select(long) uses wrong timeout after EINTR (lnx)
bpb [Wed, 04 May 2016 08:04:22 -0700] rev 37789
8153192: (se) Selector.select(long) uses wrong timeout after EINTR (lnx) Summary: Pass what remains of the initial timeout to epoll_wait(2) (Linux) and ioctl(7d) (Solaris) instead of the original un-decremented timeout value. Reviewed-by: alanb, rriggs
Wed, 04 May 2016 16:55:03 +0200 8155939: sun.launcher.LauncherHelper INSTANCE is unused
redestad [Wed, 04 May 2016 16:55:03 +0200] rev 37788
8155939: sun.launcher.LauncherHelper INSTANCE is unused Reviewed-by: rriggs, ksrini
Wed, 04 May 2016 16:41:07 +0300 8145984: [macosx] sun.lwawt.macosx.CAccessible leaks
ant [Wed, 04 May 2016 16:41:07 +0300] rev 37787
8145984: [macosx] sun.lwawt.macosx.CAccessible leaks Reviewed-by: serb, ptbrunet
Wed, 04 May 2016 10:56:01 +0800 8154911: Move GCDuringIteration.java back to tier1
amlu [Wed, 04 May 2016 10:56:01 +0800] rev 37786
8154911: Move GCDuringIteration.java back to tier1 Reviewed-by: darcy, martin
Mon, 02 May 2016 09:03:38 -0700 8151542: URL resources for multi-release jar files have a #runtime fragment appended to them
sdrach [Mon, 02 May 2016 09:03:38 -0700] rev 37785
8151542: URL resources for multi-release jar files have a #runtime fragment appended to them Reviewed-by: alanb, chegar, psandoz, sherman Contributed-by: steve.drach@oracle.com
Tue, 03 May 2016 16:17:12 -0700 4943627: Deprecate rounding mode integer constants in BigDecimal and their uses
darcy [Tue, 03 May 2016 16:17:12 -0700] rev 37784
4943627: Deprecate rounding mode integer constants in BigDecimal and their uses Reviewed-by: bpb
Tue, 03 May 2016 12:18:50 -0700 8155963: Fix deprecation warning in windows java.net implementation
darcy [Tue, 03 May 2016 12:18:50 -0700] rev 37783
8155963: Fix deprecation warning in windows java.net implementation Reviewed-by: prr
Tue, 03 May 2016 10:40:54 -0700 6850612: Deprecate Class.newInstance since it violates the checked exception language contract
darcy [Tue, 03 May 2016 10:40:54 -0700] rev 37782
6850612: Deprecate Class.newInstance since it violates the checked exception language contract Reviewed-by: lancea, mullan, dfuchs
Tue, 03 May 2016 15:50:54 +0200 8155775: Re-examine naming of privileged methods to access System properties
redestad [Tue, 03 May 2016 15:50:54 +0200] rev 37781
8155775: Re-examine naming of privileged methods to access System properties Reviewed-by: mullan
Tue, 03 May 2016 11:45:56 +0100 Merge
alanb [Tue, 03 May 2016 11:45:56 +0100] rev 37780
Merge
Tue, 03 May 2016 09:09:57 +0100 8154956: Module system implementation refresh (4/2016)
alanb [Tue, 03 May 2016 09:09:57 +0100] rev 37779
8154956: Module system implementation refresh (4/2016) Reviewed-by: alanb, mchung, chegar, redestad Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, erik.joelsson@oracle.com, chris.hegarty@oracle.com, peter.levart@gmail.com, sundararajan.athijegannathan@oracle.com
Thu, 05 May 2016 17:35:48 +0000 Added tag jdk-9+117 for changeset f33cc7ee4a9c
lana [Thu, 05 May 2016 17:35:48 +0000] rev 37778
Added tag jdk-9+117 for changeset f33cc7ee4a9c
Wed, 05 Jul 2017 21:39:55 +0200 Merge
duke [Wed, 05 Jul 2017 21:39:55 +0200] rev 37777
Merge
Sat, 07 May 2016 00:43:37 +0200 8150044: Generate classlists at build-time
redestad [Sat, 07 May 2016 00:43:37 +0200] rev 37776
8150044: Generate classlists at build-time Reviewed-by: alanb, mchung, iklam Contributed-by: claes.redestad@oracle.com, erik.joelsson@oracle.com
Thu, 05 May 2016 19:10:36 +0000 Merge
lana [Thu, 05 May 2016 19:10:36 +0000] rev 37775
Merge
Thu, 05 May 2016 11:39:23 -0700 8155258: VarHandle implementation improvements
psandoz [Thu, 05 May 2016 11:39:23 -0700] rev 37774
8155258: VarHandle implementation improvements Summary: Relax return type check for call to linked method handle invocation Reviewed-by: shade, vlivanov
Tue, 03 May 2016 09:09:20 +0100 8154956: Module system implementation refresh (4/2016)
alanb [Tue, 03 May 2016 09:09:20 +0100] rev 37773
8154956: Module system implementation refresh (4/2016) Reviewed-by: acorn, jiangli, ccheung, hseigel Contributed-by: alan.bateman@oracle.com, lois.foltan@oracle.com, harold.seigel@oracle.com
Thu, 05 May 2016 17:35:47 +0000 Added tag jdk-9+117 for changeset 065e8305bdc6
lana [Thu, 05 May 2016 17:35:47 +0000] rev 37772
Added tag jdk-9+117 for changeset 065e8305bdc6
Mon, 09 May 2016 17:15:05 +0200 8153685: Parfait integration missing in the new tools (jmod and jlink)
erikj [Mon, 09 May 2016 17:15:05 +0200] rev 37771
8153685: Parfait integration missing in the new tools (jmod and jlink) Reviewed-by: alanb, mchung
Sat, 07 May 2016 01:21:08 +0200 8150044: Generate classlists at build-time
redestad [Sat, 07 May 2016 01:21:08 +0200] rev 37770
8150044: Generate classlists at build-time Reviewed-by: alanb, mchung, iklam Contributed-by: claes.redestad@oracle.com, erik.joelsson@oracle.com
Thu, 05 May 2016 22:39:14 -0700 8155513: Deprivilege jdk.charsets
mchung [Thu, 05 May 2016 22:39:14 -0700] rev 37769
8155513: Deprivilege jdk.charsets Reviewed-by: alanb, chegar
Thu, 05 May 2016 16:35:36 -0700 8154190: Deprivilege java.compiler module
mchung [Thu, 05 May 2016 16:35:36 -0700] rev 37768
8154190: Deprivilege java.compiler module Reviewed-by: alanb, chegar, jjg
Thu, 05 May 2016 19:10:21 +0000 Merge
lana [Thu, 05 May 2016 19:10:21 +0000] rev 37767
Merge
Tue, 03 May 2016 09:44:54 -0700 8155872: Temporarily disable deprecation checking on the java.desktop module
darcy [Tue, 03 May 2016 09:44:54 -0700] rev 37766
8155872: Temporarily disable deprecation checking on the java.desktop module Reviewed-by: erikj
Tue, 03 May 2016 11:38:28 +0100 Merge
alanb [Tue, 03 May 2016 11:38:28 +0100] rev 37765
Merge
Tue, 03 May 2016 09:09:07 +0100 8154956: Module system implementation refresh (4/2016)
alanb [Tue, 03 May 2016 09:09:07 +0100] rev 37764
8154956: Module system implementation refresh (4/2016) Reviewed-by: alanb, mchung, chegar, redestad Contributed-by: alan.bateman@oracle.com, mandy.chung@oracle.com, erik.joelsson@oracle.com
Thu, 05 May 2016 17:35:46 +0000 Added tag jdk-9+117 for changeset 3715a97ba87b
lana [Thu, 05 May 2016 17:35:46 +0000] rev 37763
Added tag jdk-9+117 for changeset 3715a97ba87b
Wed, 05 Jul 2017 21:39:34 +0200 Added tag jdk-9+117 for changeset 82b8d12a553f
duke [Wed, 05 Jul 2017 21:39:34 +0200] rev 37762
Added tag jdk-9+117 for changeset 82b8d12a553f
Wed, 05 Jul 2017 21:39:33 +0200 Merge jdk-9+117
duke [Wed, 05 Jul 2017 21:39:33 +0200] rev 37761
Merge
Wed, 05 Jul 2017 21:39:27 +0200 Merge
duke [Wed, 05 Jul 2017 21:39:27 +0200] rev 37760
Merge
Mon, 02 May 2016 18:10:36 -0700 8155516: Suppress warnings from uses of deprecated Class.newInstance langtools
darcy [Mon, 02 May 2016 18:10:36 -0700] rev 37759
8155516: Suppress warnings from uses of deprecated Class.newInstance langtools Reviewed-by: jjg
Mon, 02 May 2016 16:17:39 -0700 8155774: move code from ModuleTestBase to toolbox
jjg [Mon, 02 May 2016 16:17:39 -0700] rev 37758
8155774: move code from ModuleTestBase to toolbox Reviewed-by: ksrini, jlahoda
Mon, 02 May 2016 15:01:54 -0700 8154578: Drop residual use of addReads from javadoc
ksrini [Mon, 02 May 2016 15:01:54 -0700] rev 37757
8154578: Drop residual use of addReads from javadoc Reviewed-by: alanb, jjg
Mon, 02 May 2016 08:54:14 -0700 8139832: JShell API: Diag constructor should not be exposed and fix typo
rfield [Mon, 02 May 2016 08:54:14 -0700] rev 37756
8139832: JShell API: Diag constructor should not be exposed and fix typo Reviewed-by: jlahoda
Mon, 02 May 2016 12:57:05 +0200 8155816: langtools/tools/javac/classfiles/attributes/LineNumberTable/T8050993.java test broken
jlahoda [Mon, 02 May 2016 12:57:05 +0200] rev 37755
8155816: langtools/tools/javac/classfiles/attributes/LineNumberTable/T8050993.java test broken Summary: Correcting expected line numbers Reviewed-by: alundblad
Mon, 02 May 2016 06:43:44 +0200 8050993: There is no record for condition in ternary operator in LineNumberTable.
jlahoda [Mon, 02 May 2016 06:43:44 +0200] rev 37754
8050993: There is no record for condition in ternary operator in LineNumberTable. Summary: Make sure there is an entry in the LineNumberTable for the condition of the ternary operator Reviewed-by: jjg Contributed-by: andrey.x.nazarov@oracle.com, jan.lahoda@oracle.com
Mon, 02 May 2016 10:11:24 +0530 8155028: javac crashes in silly do-while loop
sadayapalam [Mon, 02 May 2016 10:11:24 +0530] rev 37753
8155028: javac crashes in silly do-while loop Summary: Compiler should short circuit code generation for unreachable code. Reviewed-by: mcimadamore
Fri, 29 Apr 2016 16:06:52 -0700 8155061: javadoc incorrectly sorted items in All Classes list and Index files
ksrini [Fri, 29 Apr 2016 16:06:52 -0700] rev 37752
8155061: javadoc incorrectly sorted items in All Classes list and Index files Reviewed-by: jjg
Fri, 29 Apr 2016 19:53:19 -0700 8139837: JShell API: make a common JShellException
rfield [Fri, 29 Apr 2016 19:53:19 -0700] rev 37751
8139837: JShell API: make a common JShellException Reviewed-by: jlahoda
Fri, 29 Apr 2016 15:35:51 -0700 8154482: javadoc tool must support legacy doclet and taglet
ksrini [Fri, 29 Apr 2016 15:35:51 -0700] rev 37750
8154482: javadoc tool must support legacy doclet and taglet Reviewed-by: jjg
Fri, 29 Apr 2016 14:18:09 -0700 8154270: javac wrongly rejects some class literals as annotation element values
jjg [Fri, 29 Apr 2016 14:18:09 -0700] rev 37749
8154270: javac wrongly rejects some class literals as annotation element values Reviewed-by: mcimadamore Contributed-by: cushon@google.com
Thu, 28 Apr 2016 09:39:17 -0700 Merge
lana [Thu, 28 Apr 2016 09:39:17 -0700] rev 37748
Merge
Thu, 28 Apr 2016 05:10:11 +0000 8154119: Module summary page should display module description
bpatel [Thu, 28 Apr 2016 05:10:11 +0000] rev 37747
8154119: Module summary page should display module description Reviewed-by: jjg
Wed, 27 Apr 2016 19:56:44 -0700 8155580: jshell tool: push for -R missed added file MessageHandler.java
rfield [Wed, 27 Apr 2016 19:56:44 -0700] rev 37746
8155580: jshell tool: push for -R missed added file MessageHandler.java Reviewed-by: jlahoda
Wed, 27 Apr 2016 18:13:19 -0700 8150382: JShell API: Allow setting remote JVM arguments
rfield [Wed, 27 Apr 2016 18:13:19 -0700] rev 37745
8150382: JShell API: Allow setting remote JVM arguments 8151754: jshell tool: add command line options for setting feedback mode Reviewed-by: jlahoda
Fri, 15 Apr 2016 11:39:31 +0200 8154283: Check for clash between package and class not working when package in a different module
jlahoda [Fri, 15 Apr 2016 11:39:31 +0200] rev 37744
8154283: Check for clash between package and class not working when package in a different module Summary: Looking for any visible package when checking for package-class clash Reviewed-by: jjg
Thu, 28 Apr 2016 08:26:42 -0700 Added tag jdk-9+116 for changeset 33cf53901cac
lana [Thu, 28 Apr 2016 08:26:42 -0700] rev 37743
Added tag jdk-9+116 for changeset 33cf53901cac
Wed, 05 Jul 2017 21:39:18 +0200 Merge
duke [Wed, 05 Jul 2017 21:39:18 +0200] rev 37742
Merge
Thu, 28 Apr 2016 08:26:36 -0700 Added tag jdk-9+116 for changeset f0cb22ad8db4
lana [Thu, 28 Apr 2016 08:26:36 -0700] rev 37741
Added tag jdk-9+116 for changeset f0cb22ad8db4
Wed, 05 Jul 2017 21:39:11 +0200 Merge
duke [Wed, 05 Jul 2017 21:39:11 +0200] rev 37740
Merge
Thu, 28 Apr 2016 19:11:09 -0700 8155514: jaxp.library.TestPolicy should extend the default security policy
fyuan [Thu, 28 Apr 2016 19:11:09 -0700] rev 37739
8155514: jaxp.library.TestPolicy should extend the default security policy Reviewed-by: mchung, joehw Contributed-by: Frank Yuan <frank.yuan@oracle.com>
Thu, 28 Apr 2016 09:39:03 -0700 Merge
lana [Thu, 28 Apr 2016 09:39:03 -0700] rev 37738
Merge
Thu, 28 Apr 2016 09:08:01 -0700 8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException
joehw [Thu, 28 Apr 2016 09:08:01 -0700] rev 37737
8154220: Semi-colon delimited list of catalog files in System property is throwing IllegalArgumentException Reviewed-by: lancea
Thu, 28 Apr 2016 08:26:36 -0700 Added tag jdk-9+116 for changeset 318476412bc2
lana [Thu, 28 Apr 2016 08:26:36 -0700] rev 37736
Added tag jdk-9+116 for changeset 318476412bc2
Wed, 05 Jul 2017 21:39:04 +0200 Merge
duke [Wed, 05 Jul 2017 21:39:04 +0200] rev 37735
Merge
Thu, 28 Apr 2016 09:38:42 -0700 Merge
lana [Thu, 28 Apr 2016 09:38:42 -0700] rev 37734
Merge
Thu, 28 Apr 2016 10:42:33 +0200 8155025: 0.001.toFixed(2) should return "0.00" not "0"
hannesw [Thu, 28 Apr 2016 10:42:33 +0200] rev 37733
8155025: 0.001.toFixed(2) should return "0.00" not "0" Reviewed-by: jlaskey, hannesw Contributed-by: andreas.woess@oracle.com
Wed, 27 Apr 2016 15:50:33 +0200 8134503: support ES6 parsing in Nashorn
hannesw [Wed, 27 Apr 2016 15:50:33 +0200] rev 37732
8134503: support ES6 parsing in Nashorn Reviewed-by: jlaskey, sundar, mhaupt Contributed-by: andreas.woess@oracle.com
Thu, 28 Apr 2016 08:26:43 -0700 Added tag jdk-9+116 for changeset 973b1c28c6d2
lana [Thu, 28 Apr 2016 08:26:43 -0700] rev 37731
Added tag jdk-9+116 for changeset 973b1c28c6d2
Wed, 05 Jul 2017 21:38:57 +0200 Merge
duke [Wed, 05 Jul 2017 21:38:57 +0200] rev 37730
Merge
Thu, 28 Apr 2016 08:26:32 -0700 Added tag jdk-9+116 for changeset bff09f64dd1c
lana [Thu, 28 Apr 2016 08:26:32 -0700] rev 37729
Added tag jdk-9+116 for changeset bff09f64dd1c
Wed, 05 Jul 2017 21:38:49 +0200 Merge
duke [Wed, 05 Jul 2017 21:38:49 +0200] rev 37728
Merge
Tue, 03 May 2016 07:44:52 +0100 8153925: (fs) WatchService hangs on GetOverlappedResult and locks directory (win)
alanb [Tue, 03 May 2016 07:44:52 +0100] rev 37727
8153925: (fs) WatchService hangs on GetOverlappedResult and locks directory (win) Reviewed-by: alanb Contributed-by: akashche@redhat.com, tmader@redhat.com
Mon, 02 May 2016 16:45:38 -0700 8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions
ascarpino [Mon, 02 May 2016 16:45:38 -0700] rev 37726
8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions Reviewed-by: mullan, xuelei
Mon, 02 May 2016 13:05:43 -0700 8155859: Problem list tools/pack200/Pack200Props.java
asmotrak [Mon, 02 May 2016 13:05:43 -0700] rev 37725
8155859: Problem list tools/pack200/Pack200Props.java Reviewed-by: rriggs
Mon, 02 May 2016 12:44:31 -0700 8155784: Build failure on Linux arm64
prr [Mon, 02 May 2016 12:44:31 -0700] rev 37724
8155784: Build failure on Linux arm64 Reviewed-by: flar, serb
Sat, 30 Apr 2016 16:08:48 -0700 8155792: Add @jls citations to java.lang.String
darcy [Sat, 30 Apr 2016 16:08:48 -0700] rev 37723
8155792: Add @jls citations to java.lang.String Reviewed-by: alanb
Fri, 29 Apr 2016 16:58:00 -0700 8154387: Parallel unordered Stream.limit() tries to collect 128 elements even if limit is less
tvaleev [Fri, 29 Apr 2016 16:58:00 -0700] rev 37722
8154387: Parallel unordered Stream.limit() tries to collect 128 elements even if limit is less Reviewed-by: psandoz
Fri, 29 Apr 2016 16:57:57 -0700 8153293: Preserve SORTED and DISTINCT characteristics for boxed() and asLongStream() operations
tvaleev [Fri, 29 Apr 2016 16:57:57 -0700] rev 37721
8153293: Preserve SORTED and DISTINCT characteristics for boxed() and asLongStream() operations Reviewed-by: psandoz
Sat, 30 Apr 2016 00:30:31 +0100 8087124: HTTP/2 implementation
michaelm [Sat, 30 Apr 2016 00:30:31 +0100] rev 37720
8087124: HTTP/2 implementation Reviewed-by: chegar
Fri, 29 Apr 2016 13:46:19 -0700 8154755: Add a VarHandle weakCompareAndSet with volatile semantics
psandoz [Fri, 29 Apr 2016 13:46:19 -0700] rev 37719
8154755: Add a VarHandle weakCompareAndSet with volatile semantics Reviewed-by: shade, vlivanov
Fri, 29 Apr 2016 23:15:15 +0300 8155215: java.lang.String concatenation spec is unnecessarily strong
shade [Fri, 29 Apr 2016 23:15:15 +0300] rev 37718
8155215: java.lang.String concatenation spec is unnecessarily strong Reviewed-by: abuckley, sherman, chegar
Fri, 29 Apr 2016 09:47:43 -0700 Merge
prr [Fri, 29 Apr 2016 09:47:43 -0700] rev 37717
Merge
Fri, 29 Apr 2016 09:46:14 -0700 8155613: [PIT] crash in AWT_Desktop/Automated/Exceptions/BasicTest
ssadetsky [Fri, 29 Apr 2016 09:46:14 -0700] rev 37716
8155613: [PIT] crash in AWT_Desktop/Automated/Exceptions/BasicTest Reviewed-by: prr
Fri, 29 Apr 2016 09:45:46 -0700 8155606: [PIT] Robot's createScreenCapture() broken on Linux
ssadetsky [Fri, 29 Apr 2016 09:45:46 -0700] rev 37715
8155606: [PIT] Robot's createScreenCapture() broken on Linux Reviewed-by: prr
Mon, 25 Apr 2016 15:09:45 -0700 8154213: clean up uses of boxed primitive constructors in the java.desktop module
prr [Mon, 25 Apr 2016 15:09:45 -0700] rev 37714
8154213: clean up uses of boxed primitive constructors in the java.desktop module Reviewed-by: serb, psadhukhan
Mon, 25 Apr 2016 09:25:26 -0700 Merge
prr [Mon, 25 Apr 2016 09:25:26 -0700] rev 37713
Merge
Mon, 25 Apr 2016 18:07:45 +0300 8154962: [TEST] @BeanProperty: add some tests for anonimous classes
avstepan [Mon, 25 Apr 2016 18:07:45 +0300] rev 37712
8154962: [TEST] @BeanProperty: add some tests for anonimous classes Reviewed-by: serb
Mon, 25 Apr 2016 15:37:31 +0300 8145547: [AWT/Swing] Conditional support for GTK 3 on Linux
ssadetsky [Mon, 25 Apr 2016 15:37:31 +0300] rev 37711
8145547: [AWT/Swing] Conditional support for GTK 3 on Linux Reviewed-by: prr, alexsch
Fri, 22 Apr 2016 01:59:35 +0300 8154088: [macosx] SWT does not work on JDK 9 since b65
serb [Fri, 22 Apr 2016 01:59:35 +0300] rev 37710
8154088: [macosx] SWT does not work on JDK 9 since b65 Reviewed-by: prr
Thu, 21 Apr 2016 10:30:43 -0700 Merge
prr [Thu, 21 Apr 2016 10:30:43 -0700] rev 37709
Merge
Thu, 21 Apr 2016 20:08:18 +0300 8154762: [TEST] add some tests according to JDK-8132138
avstepan [Thu, 21 Apr 2016 20:08:18 +0300] rev 37708
8154762: [TEST] add some tests according to JDK-8132138 Reviewed-by: ssadetsky, serb
Wed, 20 Apr 2016 12:23:38 -0500 8076554: [macosx] Custom Swing text components need to allow standard accessibility
ptbrunet [Wed, 20 Apr 2016 12:23:38 -0500] rev 37707
8076554: [macosx] Custom Swing text components need to allow standard accessibility Summary: Remove JTextComponent listeners; use property change listeners for caret/text Reviewed-by: prr, alexsch Contributed-by: peter.brunet@oracle.com
Wed, 20 Apr 2016 10:59:23 +0530 6197099: PrinterJob.getUserName() throws a security exception when user.name permission is not given
psadhukhan [Wed, 20 Apr 2016 10:59:23 +0530] rev 37706
6197099: PrinterJob.getUserName() throws a security exception when user.name permission is not given Reviewed-by: prr, jdv
Tue, 19 Apr 2016 11:13:30 -0700 Merge
ddehaven [Tue, 19 Apr 2016 11:13:30 -0700] rev 37705
Merge
Tue, 19 Apr 2016 13:00:00 +0530 8031423: Test java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails by Timeout on Windows
aghaisas [Tue, 19 Apr 2016 13:00:00 +0530] rev 37704
8031423: Test java/awt/dnd/DisposeFrameOnDragCrash/DisposeFrameOnDragTest.java fails by Timeout on Windows Reviewed-by: yan, arapte
Mon, 18 Apr 2016 15:39:29 +0530 8153056: 8152647(duplicate of 6439354) Manual Test always passes
pkbalakr [Mon, 18 Apr 2016 15:39:29 +0530] rev 37703
8153056: 8152647(duplicate of 6439354) Manual Test always passes Reviewed-by: alexsch, psadhukhan
Sat, 16 Apr 2016 23:39:45 +0300 7102282: TEST_BUG: sun/java2d/OpenGL/GradientPaints.java should be modified
serb [Sat, 16 Apr 2016 23:39:45 +0300] rev 37702
7102282: TEST_BUG: sun/java2d/OpenGL/GradientPaints.java should be modified Reviewed-by: yan, psadhukhan
Sat, 16 Apr 2016 23:36:45 +0300 8141544: The interface sun.swing.UIClientPropertyKey can be made public
serb [Sat, 16 Apr 2016 23:36:45 +0300] rev 37701
8141544: The interface sun.swing.UIClientPropertyKey can be made public Reviewed-by: alexsch
Sat, 16 Apr 2016 23:29:11 +0300 8154016: [macosx] Some HiDPI code can be removed
serb [Sat, 16 Apr 2016 23:29:11 +0300] rev 37700
8154016: [macosx] Some HiDPI code can be removed Reviewed-by: alexsch, prr
Fri, 15 Apr 2016 10:25:11 -0700 8154269: Remove unused or unnecessary Xm/Xt files and header includes
prr [Fri, 15 Apr 2016 10:25:11 -0700] rev 37699
8154269: Remove unused or unnecessary Xm/Xt files and header includes Reviewed-by: serb, ssadetsky
Fri, 15 Apr 2016 19:15:12 +0400 8132791: No access to SynthContext.getContext()
alexsch [Fri, 15 Apr 2016 19:15:12 +0400] rev 37698
8132791: No access to SynthContext.getContext() Reviewed-by: serb, ssadetsky
Fri, 15 Apr 2016 15:50:45 +0530 8049069: JButton incorrect behaviour on button release
aghaisas [Fri, 15 Apr 2016 15:50:45 +0530] rev 37697
8049069: JButton incorrect behaviour on button release Reviewed-by: serb, alexsch
Fri, 15 Apr 2016 09:59:36 +0300 8145787: [TEST_BUG][PIT] javax/swing/undo/UndoManager/AbstractDocumentUndoConcurrentTest.java fails with CannotUndoException
ssadetsky [Fri, 15 Apr 2016 09:59:36 +0300] rev 37696
8145787: [TEST_BUG][PIT] javax/swing/undo/UndoManager/AbstractDocumentUndoConcurrentTest.java fails with CannotUndoException Reviewed-by: alexsch, serb
Fri, 15 Apr 2016 09:54:27 +0300 8153276: [TEST_BUG] javax/swing/JFileChooser/ShellFolderQueries/ShellFolderQueriesTest.java
ssadetsky [Fri, 15 Apr 2016 09:54:27 +0300] rev 37695
8153276: [TEST_BUG] javax/swing/JFileChooser/ShellFolderQueries/ShellFolderQueriesTest.java Reviewed-by: alexsch, yan
Fri, 15 Apr 2016 09:46:31 +0300 8080395: consider making sun.awt.CausedFocusEvent functionality public
ssadetsky [Fri, 15 Apr 2016 09:46:31 +0300] rev 37694
8080395: consider making sun.awt.CausedFocusEvent functionality public Reviewed-by: alexsch, prr
Fri, 15 Apr 2016 12:00:37 +0530 8025430: [TEST_BUG] javax/swing/JEditorPane/5076514/bug5076514.java failed since jdk8b108
psadhukhan [Fri, 15 Apr 2016 12:00:37 +0530] rev 37693
8025430: [TEST_BUG] javax/swing/JEditorPane/5076514/bug5076514.java failed since jdk8b108 Reviewed-by: serb, psadhukhan Contributed-by: abdul.kolarkunnu@oracle.com
Fri, 15 Apr 2016 11:52:23 +0530 8154057: [macosx] getPrintJob doesn't throw NPE if Frame is null AND type is COMMON
psadhukhan [Fri, 15 Apr 2016 11:52:23 +0530] rev 37692
8154057: [macosx] getPrintJob doesn't throw NPE if Frame is null AND type is COMMON Reviewed-by: prr, jdv
Fri, 15 Apr 2016 11:48:08 +0530 6801613: Cross-platform pageDialog and printDialog top margin entry broken
psadhukhan [Fri, 15 Apr 2016 11:48:08 +0530] rev 37691
6801613: Cross-platform pageDialog and printDialog top margin entry broken Reviewed-by: prr, jdv
Fri, 15 Apr 2016 11:45:11 +0530 6921664: The number of copies and the job name are not passed to a 3rd party PrintService
psadhukhan [Fri, 15 Apr 2016 11:45:11 +0530] rev 37690
6921664: The number of copies and the job name are not passed to a 3rd party PrintService Reviewed-by: prr, jdv
Thu, 14 Apr 2016 12:36:14 -0700 8134986: Incorrect use of ConcurrentHashMap.contains in SunFontManager.java
prr [Thu, 14 Apr 2016 12:36:14 -0700] rev 37689
8134986: Incorrect use of ConcurrentHashMap.contains in SunFontManager.java Reviewed-by: serb, jgodinez
Thu, 14 Apr 2016 20:32:50 +0300 8153351: GTK Menu's have no border
ssadetsky [Thu, 14 Apr 2016 20:32:50 +0300] rev 37688
8153351: GTK Menu's have no border Reviewed-by: alexsch, serb
Thu, 14 Apr 2016 13:07:35 +0300 8146035: Windows - With LCD antialiasing, some glyphs are not rendered correctly
aivanov [Thu, 14 Apr 2016 13:07:35 +0300] rev 37687
8146035: Windows - With LCD antialiasing, some glyphs are not rendered correctly Reviewed-by: serb, prr Contributed-by: Dmitry Batrak <dmitry.batrak@jetbrains.com>
Wed, 13 Apr 2016 17:04:02 +0530 8147841: [macosx] Updating TrayIcons popup menu does not work on Mac OS X
psadhukhan [Wed, 13 Apr 2016 17:04:02 +0530] rev 37686
8147841: [macosx] Updating TrayIcons popup menu does not work on Mac OS X Reviewed-by: serb, ssadetsky
Fri, 29 Apr 2016 16:52:05 +0300 8155600: Performance optimization of Arrays.asList().iterator()
tvaleev [Fri, 29 Apr 2016 16:52:05 +0300] rev 37685
8155600: Performance optimization of Arrays.asList().iterator() Reviewed-by: redestad, shade, plevart, attila
Fri, 29 Apr 2016 13:24:27 +0300 8155090: String concatenation fails with a custom SecurityManager that uses concatenation
shade [Fri, 29 Apr 2016 13:24:27 +0300] rev 37684
8155090: String concatenation fails with a custom SecurityManager that uses concatenation Reviewed-by: redestad, chegar
Fri, 29 Apr 2016 11:56:31 +0200 8155036: Remove sun.security.action.GetBooleanSecurityPropertyAction
redestad [Fri, 29 Apr 2016 11:56:31 +0200] rev 37683
8155036: Remove sun.security.action.GetBooleanSecurityPropertyAction Reviewed-by: mullan, mchung, chegar
Thu, 28 Apr 2016 14:29:09 -0700 8154801: deprecate Observer and Observable
smarks [Thu, 28 Apr 2016 14:29:09 -0700] rev 37682
8154801: deprecate Observer and Observable Reviewed-by: darcy
Thu, 28 Apr 2016 09:38:19 -0700 Merge
lana [Thu, 28 Apr 2016 09:38:19 -0700] rev 37681
Merge
Thu, 28 Apr 2016 08:28:48 -0700 8150990: Add helper class in jdk.jlink for packager use to avoid coordination with FX and JDK builds
cbensen [Thu, 28 Apr 2016 08:28:48 -0700] rev 37680
8150990: Add helper class in jdk.jlink for packager use to avoid coordination with FX and JDK builds Reviewed-by: alanb, mchung, kcr, sundar
Thu, 28 Apr 2016 09:33:18 +0100 8155578: OpenJDK build failed after JDK-8044773
chegar [Thu, 28 Apr 2016 09:33:18 +0100] rev 37679
8155578: OpenJDK build failed after JDK-8044773 Reviewed-by: alanb
Thu, 28 Apr 2016 12:38:22 +0800 8154733: Fix module dependencies missed in java.rmi tests
amlu [Thu, 28 Apr 2016 12:38:22 +0800] rev 37678
8154733: Fix module dependencies missed in java.rmi tests Reviewed-by: alanb, amlu Contributed-by: felix.yang@oracle.com
Wed, 27 Apr 2016 17:47:17 -0700 8154381: SwingSet tests are not auto closed in jtreg
mrkam [Wed, 27 Apr 2016 17:47:17 -0700] rev 37677
8154381: SwingSet tests are not auto closed in jtreg Reviewed-by: alexsch
Wed, 27 Apr 2016 20:36:02 +0100 8044773: Refactor jdk.net API so that it can be moved out of the base module
chegar [Wed, 27 Apr 2016 20:36:02 +0100] rev 37676
8044773: Refactor jdk.net API so that it can be moved out of the base module Reviewed-by: alanb, erikj, mchung
Wed, 27 Apr 2016 12:06:51 -0700 8154905: Rename jdk.jvmstat.rmi to jdk.jstatd
mchung [Wed, 27 Apr 2016 12:06:51 -0700] rev 37675
8154905: Rename jdk.jvmstat.rmi to jdk.jstatd Reviewed-by: alanb, sundar
Wed, 27 Apr 2016 20:18:49 +0200 8155106: MHs.Lookup.findConstructor returns handles for array classes
mhaupt [Wed, 27 Apr 2016 20:18:49 +0200] rev 37674
8155106: MHs.Lookup.findConstructor returns handles for array classes Reviewed-by: shade, sundar
Wed, 27 Apr 2016 18:52:32 +0200 8155236: AIX: fix dectection of Xrender extension
simonis [Wed, 27 Apr 2016 18:52:32 +0200] rev 37673
8155236: AIX: fix dectection of Xrender extension Reviewed-by: prr
Wed, 27 Apr 2016 18:04:16 +0200 8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class.
dfuchs [Wed, 27 Apr 2016 18:04:16 +0200] rev 37672
8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class. Summary: Changes System.LoggerFinder methods to take a Module argument instead of a Class. Reviewed-by: mchung
Wed, 27 Apr 2016 15:01:21 +0200 8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
mhaupt [Wed, 27 Apr 2016 15:01:21 +0200] rev 37671
8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache Reviewed-by: sundar
Wed, 27 Apr 2016 09:13:51 +0200 8155156: Remove remaining sun.misc.* imports from the jdk repo
simonis [Wed, 27 Apr 2016 09:13:51 +0200] rev 37670
8155156: Remove remaining sun.misc.* imports from the jdk repo Reviewed-by: chegar
Tue, 26 Apr 2016 18:42:51 -0700 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions
psandoz [Tue, 26 Apr 2016 18:42:51 -0700] rev 37669
8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions Reviewed-by: mchung, martin
Tue, 26 Apr 2016 18:30:00 -0700 8154556: Use java.nio.ByteOrder instead of boolean value
psandoz [Tue, 26 Apr 2016 18:30:00 -0700] rev 37668
8154556: Use java.nio.ByteOrder instead of boolean value Reviewed-by: alanb
Tue, 26 Apr 2016 21:25:18 -0400 8155182: fix to JDK-8066750 broke jdk9 builds
rriggs [Tue, 26 Apr 2016 21:25:18 -0400] rev 37667
8155182: fix to JDK-8066750 broke jdk9 builds Summary: Restore RMI Http Proxy support for now Reviewed-by: darcy, lancea, smarks
Tue, 26 Apr 2016 17:35:10 -0400 8066750: Remove HTTP proxy implementation and tests from RMI
rriggs [Tue, 26 Apr 2016 17:35:10 -0400] rev 37666
8066750: Remove HTTP proxy implementation and tests from RMI Reviewed-by: smarks
Tue, 26 Apr 2016 11:55:52 -0300 8132994: /modules and /packages should not be parsed by the jimage parser
jlaskey [Tue, 26 Apr 2016 11:55:52 -0300] rev 37665
8132994: /modules and /packages should not be parsed by the jimage parser Reviewed-by: sundar
Mon, 25 Apr 2016 16:34:03 -0700 8154706: Sanity tests prepareBundle task doesn't produce working bundle
mrkam [Mon, 25 Apr 2016 16:34:03 -0700] rev 37664
8154706: Sanity tests prepareBundle task doesn't produce working bundle Reviewed-by: alexsch, prr
Mon, 25 Apr 2016 16:29:50 -0700 8154594: JFrame.setDefaultCloseOperation is prohibited in jtreg: Missing part of the fix
mrkam [Mon, 25 Apr 2016 16:29:50 -0700] rev 37663
8154594: JFrame.setDefaultCloseOperation is prohibited in jtreg: Missing part of the fix Reviewed-by: alexsch, prr
Thu, 28 Apr 2016 08:26:38 -0700 Added tag jdk-9+116 for changeset d91c47cb2992
lana [Thu, 28 Apr 2016 08:26:38 -0700] rev 37662
Added tag jdk-9+116 for changeset d91c47cb2992
Wed, 05 Jul 2017 21:38:31 +0200 Merge
duke [Wed, 05 Jul 2017 21:38:31 +0200] rev 37661
Merge
Thu, 28 Apr 2016 08:26:32 -0700 Added tag jdk-9+116 for changeset e29791634c81
lana [Thu, 28 Apr 2016 08:26:32 -0700] rev 37660
Added tag jdk-9+116 for changeset e29791634c81
Mon, 02 May 2016 17:54:37 +0200 8155824: JDK build should tune down small apps more aggressively
redestad [Mon, 02 May 2016 17:54:37 +0200] rev 37659
8155824: JDK build should tune down small apps more aggressively Reviewed-by: erikj
Mon, 02 May 2016 15:05:54 +0200 8155821: Typo for s390x for HOTSPOT__CPU_DEFINE
erikj [Mon, 02 May 2016 15:05:54 +0200] rev 37658
8155821: Typo for s390x for HOTSPOT__CPU_DEFINE Reviewed-by: erikj Contributed-by: Matthias Klose <doko@ubuntu.com>
Fri, 29 Apr 2016 11:16:25 -0700 Merge
prr [Fri, 29 Apr 2016 11:16:25 -0700] rev 37657
Merge
Mon, 25 Apr 2016 15:09:15 -0700 8154213: clean up uses of boxed primitive constructors in the java.desktop module
prr [Mon, 25 Apr 2016 15:09:15 -0700] rev 37656
8154213: clean up uses of boxed primitive constructors in the java.desktop module Reviewed-by: serb, psadhukhan
Fri, 29 Apr 2016 01:45:35 -0400 8155689: Build failing for install on jdk9/dev when using -testset hotspot
dholmes [Fri, 29 Apr 2016 01:45:35 -0400] rev 37655
8155689: Build failing for install on jdk9/dev when using -testset hotspot Summary: add installer target that aliases the expected target Reviewed-by: jmasa, tbell
Thu, 28 Apr 2016 09:37:59 -0700 Merge
lana [Thu, 28 Apr 2016 09:37:59 -0700] rev 37654
Merge
Thu, 28 Apr 2016 17:33:49 +0200 8155632: Remove debuginfo from jmod files
erikj [Thu, 28 Apr 2016 17:33:49 +0200] rev 37653
8155632: Remove debuginfo from jmod files Reviewed-by: tbell, mchung, alanb
Thu, 28 Apr 2016 17:14:59 +0200 8155629: MODULES_FILTER should apply to imported modules
erikj [Thu, 28 Apr 2016 17:14:59 +0200] rev 37652
8155629: MODULES_FILTER should apply to imported modules Reviewed-by: dholmes, tbell, mchung
Thu, 28 Apr 2016 16:18:59 +0200 8155641: Correct merge typo in compare script
erikj [Thu, 28 Apr 2016 16:18:59 +0200] rev 37651
8155641: Correct merge typo in compare script Reviewed-by: chegar
Wed, 27 Apr 2016 20:35:23 +0100 8044773: Refactor jdk.net API so that it can be moved out of the base module
chegar [Wed, 27 Apr 2016 20:35:23 +0100] rev 37650
8044773: Refactor jdk.net API so that it can be moved out of the base module Reviewed-by: alanb, erikj, mchung Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Erik Joelsson <erik.joelsson@oracle.com>
Wed, 27 Apr 2016 14:30:32 +0200 8154841: Let different Jib profiles have different default make targets
erikj [Wed, 27 Apr 2016 14:30:32 +0200] rev 37649
8154841: Let different Jib profiles have different default make targets Reviewed-by: dholmes, tbell
Thu, 28 Apr 2016 08:26:30 -0700 Added tag jdk-9+116 for changeset fbab762803ef
lana [Thu, 28 Apr 2016 08:26:30 -0700] rev 37648
Added tag jdk-9+116 for changeset fbab762803ef
Wed, 05 Jul 2017 21:38:13 +0200 Added tag jdk-9+116 for changeset 84aba7335005
duke [Wed, 05 Jul 2017 21:38:13 +0200] rev 37647
Added tag jdk-9+116 for changeset 84aba7335005
Wed, 05 Jul 2017 21:38:12 +0200 Merge jdk-9+116
duke [Wed, 05 Jul 2017 21:38:12 +0200] rev 37646
Merge
Wed, 05 Jul 2017 21:38:06 +0200 Merge
duke [Wed, 05 Jul 2017 21:38:06 +0200] rev 37645
Merge
Mon, 25 Apr 2016 08:50:16 -0700 8154485: JShell: infrastructure for multi-Snippet class wrappers
rfield [Mon, 25 Apr 2016 08:50:16 -0700] rev 37644
8154485: JShell: infrastructure for multi-Snippet class wrappers Reviewed-by: jlahoda
Tue, 22 Mar 2016 13:14:12 +0100 8048146: sjavac uses unexpected exit code of -1
alundblad [Tue, 22 Mar 2016 13:14:12 +0100] rev 37643
8048146: sjavac uses unexpected exit code of -1 Summary: Changed exit codes for sjavac Reviewed-by: jlahoda
Thu, 21 Apr 2016 13:37:01 -0700 Merge
lana [Thu, 21 Apr 2016 13:37:01 -0700] rev 37642
Merge
Wed, 20 Apr 2016 17:17:56 -0700 8151777: Add "@index" tag to the sampleapi generator
ksrini [Wed, 20 Apr 2016 17:17:56 -0700] rev 37641
8151777: Add "@index" tag to the sampleapi generator Reviewed-by: ksrini, bpatel Contributed-by: oleg.barbashov@oracle.com
Wed, 20 Apr 2016 08:35:44 -0700 8153551: jshell tool: no longer a mechanism to see current feedback modes
rfield [Wed, 20 Apr 2016 08:35:44 -0700] rev 37640
8153551: jshell tool: no longer a mechanism to see current feedback modes Reviewed-by: jlahoda
Wed, 20 Apr 2016 08:30:30 -0700 8154445: JShell: Drop residual use of addReads from jshell
rfield [Wed, 20 Apr 2016 08:30:30 -0700] rev 37639
8154445: JShell: Drop residual use of addReads from jshell Reviewed-by: alanb, ksrini
Tue, 19 Apr 2016 14:16:39 +0200 7020499: Project Coin: improvements to try-with-resources desugaring
jlahoda [Tue, 19 Apr 2016 14:16:39 +0200] rev 37638
7020499: Project Coin: improvements to try-with-resources desugaring Summary: Avoid unnecessary check for resource nullness if the resource is known to be non-null; put resource closing code in a method that is shared by multiple try-with-resources. Reviewed-by: darcy, mcimadamore, vromero
Mon, 18 Apr 2016 19:14:50 -0700 8154500: fix handling of jdk.launcher.patch.* in tests
jjg [Mon, 18 Apr 2016 19:14:50 -0700] rev 37637
8154500: fix handling of jdk.launcher.patch.* in tests Reviewed-by: ksrini
(0) -30000 -10000 -3000 -1000 -192 +192 +1000 +3000 +10000 tip