Tue, 30 Sep 2014 13:26:45 +0800 8058657: Add @jdk.Exported to com.sun.jarsigner APIs
weijun [Tue, 30 Sep 2014 13:26:45 +0800] rev 26789
8058657: Add @jdk.Exported to com.sun.jarsigner APIs Reviewed-by: alanb, mchung
Fri, 03 Oct 2014 11:07:01 -0700 Added tag jdk9-b33 for changeset 5f651cc1e71e
lana [Fri, 03 Oct 2014 11:07:01 -0700] rev 26788
Added tag jdk9-b33 for changeset 5f651cc1e71e
Wed, 05 Jul 2017 20:02:40 +0200 Added tag jdk9-b33 for changeset f0c5e4b732da
duke [Wed, 05 Jul 2017 20:02:40 +0200] rev 26787
Added tag jdk9-b33 for changeset f0c5e4b732da
Wed, 05 Jul 2017 20:02:40 +0200 Merge jdk9-b33
duke [Wed, 05 Jul 2017 20:02:40 +0200] rev 26786
Merge
Wed, 05 Jul 2017 20:02:37 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:37 +0200] rev 26785
Merge
Thu, 25 Sep 2014 17:09:23 -0700 8058708: java.lang.AssertionError compiling source code
vromero [Thu, 25 Sep 2014 17:09:23 -0700] rev 26784
8058708: java.lang.AssertionError compiling source code Reviewed-by: jjg
Thu, 25 Sep 2014 16:21:30 -0700 Merge
lana [Thu, 25 Sep 2014 16:21:30 -0700] rev 26783
Merge
Thu, 25 Sep 2014 13:54:45 -0700 8050117: add to javac test Versions.java tests that show correct operation for source/target options pre 1.9
ntoda [Thu, 25 Sep 2014 13:54:45 -0700] rev 26782
8050117: add to javac test Versions.java tests that show correct operation for source/target options pre 1.9 Reviewed-by: jjg
Mon, 22 Sep 2014 17:09:33 -0400 8048614: Add TypeMetadata to contain type annotations and other type information
emc [Mon, 22 Sep 2014 17:09:33 -0400] rev 26781
8048614: Add TypeMetadata to contain type annotations and other type information Summary: Implement general framework for metadata on types Reviewed-by: mcimadamore
Mon, 22 Sep 2014 14:55:14 +0200 8057794: Compiler Error when obtaining .class property
jlahoda [Mon, 22 Sep 2014 14:55:14 +0200] rev 26780
8057794: Compiler Error when obtaining .class property Summary: Ensuring a non-null type and sym for illegal T.class to prevent downstream errors. Reviewed-by: mcimadamore
Fri, 19 Sep 2014 13:54:34 -0700 8058755: Update tools/javadoc/6227454 to add head tag
sogoel [Fri, 19 Sep 2014 13:54:34 -0700] rev 26779
8058755: Update tools/javadoc/6227454 to add head tag Reviewed-by: jjg
Thu, 25 Sep 2014 12:40:30 -0700 Added tag jdk9-b32 for changeset c005611e8f69
katleman [Thu, 25 Sep 2014 12:40:30 -0700] rev 26778
Added tag jdk9-b32 for changeset c005611e8f69
Wed, 05 Jul 2017 20:02:33 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:33 +0200] rev 26777
Merge
Thu, 25 Sep 2014 16:20:12 -0700 Merge
lana [Thu, 25 Sep 2014 16:20:12 -0700] rev 26776
Merge
Thu, 25 Sep 2014 10:02:12 +0200 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
mkos [Thu, 25 Sep 2014 10:02:12 +0200] rev 26775
8038966: JAX-WS handles wrongly xsd:any arguments for Web services Reviewed-by: coffeys
Thu, 25 Sep 2014 12:40:24 -0700 Added tag jdk9-b32 for changeset 5de9ea7b214e
katleman [Thu, 25 Sep 2014 12:40:24 -0700] rev 26774
Added tag jdk9-b32 for changeset 5de9ea7b214e
Wed, 05 Jul 2017 20:02:28 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:28 +0200] rev 26773
Merge
Thu, 25 Sep 2014 12:40:19 -0700 Added tag jdk9-b32 for changeset a0aa269fe46c
katleman [Thu, 25 Sep 2014 12:40:19 -0700] rev 26772
Added tag jdk9-b32 for changeset a0aa269fe46c
Wed, 05 Jul 2017 20:02:25 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:25 +0200] rev 26771
Merge
Thu, 25 Sep 2014 16:21:37 -0700 Merge
lana [Thu, 25 Sep 2014 16:21:37 -0700] rev 26770
Merge
Thu, 25 Sep 2014 18:21:15 +0200 8059132: Nasgen build in JDK9 can't handle new class dependencies to Nashorn - bootstrapping problem
lagergren [Thu, 25 Sep 2014 18:21:15 +0200] rev 26769
8059132: Nasgen build in JDK9 can't handle new class dependencies to Nashorn - bootstrapping problem Reviewed-by: sundar
Thu, 25 Sep 2014 15:53:47 +0200 8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
lagergren [Thu, 25 Sep 2014 15:53:47 +0200] rev 26768
8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt Reviewed-by: attila, hannesw, sundar
Tue, 23 Sep 2014 15:58:44 +0400 8057779: Tests failed on Windows when in output contains path to script
yan [Tue, 23 Sep 2014 15:58:44 +0400] rev 26767
8057779: Tests failed on Windows when in output contains path to script Reviewed-by: sundar, lagergren, hannesw Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
Mon, 22 Sep 2014 14:46:04 +0200 8058561: NPE in LocalVariableTypesCalculator
attila [Mon, 22 Sep 2014 14:46:04 +0200] rev 26766
8058561: NPE in LocalVariableTypesCalculator Reviewed-by: lagergren, sundar
Mon, 22 Sep 2014 13:28:28 +0200 8047764: Indexed or polymorphic set on global affects Object.prototype
hannesw [Mon, 22 Sep 2014 13:28:28 +0200] rev 26765
8047764: Indexed or polymorphic set on global affects Object.prototype Reviewed-by: lagergren, attila
Fri, 19 Sep 2014 13:13:20 +0200 8046202: Make persistent code store more flexible
hannesw [Fri, 19 Sep 2014 13:13:20 +0200] rev 26764
8046202: Make persistent code store more flexible Reviewed-by: lagergren, sundar
Thu, 25 Sep 2014 12:40:31 -0700 Added tag jdk9-b32 for changeset 281a3ca2fd5e
katleman [Thu, 25 Sep 2014 12:40:31 -0700] rev 26763
Added tag jdk9-b32 for changeset 281a3ca2fd5e
Wed, 05 Jul 2017 20:02:20 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:20 +0200] rev 26762
Merge
Thu, 25 Sep 2014 12:40:17 -0700 Added tag jdk9-b32 for changeset 559e6ee4a338
katleman [Thu, 25 Sep 2014 12:40:17 -0700] rev 26761
Added tag jdk9-b32 for changeset 559e6ee4a338
Wed, 05 Jul 2017 20:02:17 +0200 Merge
duke [Wed, 05 Jul 2017 20:02:17 +0200] rev 26760
Merge
Thu, 25 Sep 2014 16:20:38 -0700 Merge
lana [Thu, 25 Sep 2014 16:20:38 -0700] rev 26759
Merge
Thu, 25 Sep 2014 14:18:32 -0700 Merge
prr [Thu, 25 Sep 2014 14:18:32 -0700] rev 26758
Merge
Mon, 22 Sep 2014 12:06:36 -0700 Merge
prr [Mon, 22 Sep 2014 12:06:36 -0700] rev 26757
Merge
Mon, 22 Sep 2014 15:57:34 +0100 8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
bae [Mon, 22 Sep 2014 15:57:34 +0100] rev 26756
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9) Reviewed-by: alexp
Mon, 22 Sep 2014 11:25:33 +0400 6588417: Incorrect javadoc: no @throws or @exception tag in javax.*
yan [Mon, 22 Sep 2014 11:25:33 +0400] rev 26755
6588417: Incorrect javadoc: no @throws or @exception tag in javax.* Summary: Fix remaining missing @throws tags. Reviewed-by: prr Contributed-by: anisha.nagarajan1@gmail.com
Mon, 22 Sep 2014 11:23:19 +0400 8054877: javadoc issues in javax.print
yan [Mon, 22 Sep 2014 11:23:19 +0400] rev 26754
8054877: javadoc issues in javax.print Summary: Fixes "no @throws or @exception tag" issues in javax.print. Reviewed-by: prr Contributed-by: anisha.nagarajan1@gmail.com
Fri, 19 Sep 2014 11:19:38 -0700 Merge
prr [Fri, 19 Sep 2014 11:19:38 -0700] rev 26753
Merge
Fri, 19 Sep 2014 11:13:27 -0700 8058756: OpenJDK builds fail on Windows - cannot copy freetype.dll
prr [Fri, 19 Sep 2014 11:13:27 -0700] rev 26752
8058756: OpenJDK builds fail on Windows - cannot copy freetype.dll Reviewed-by: erikj, aph
Fri, 19 Sep 2014 09:41:05 -0700 8056216: Remove "sun" directory layer from libawt and common
prr [Fri, 19 Sep 2014 09:41:05 -0700] rev 26751
8056216: Remove "sun" directory layer from libawt and common Reviewed-by: erikj, ihse, coffeys
Thu, 18 Sep 2014 17:34:44 +0400 8058726: Update regtests using sun.awt.OSInfo, part 1
yan [Thu, 18 Sep 2014 17:34:44 +0400] rev 26750
8058726: Update regtests using sun.awt.OSInfo, part 1 Reviewed-by: alexsch
Wed, 17 Sep 2014 16:14:12 +0400 8055326: Fix typos in client-related packages
serb [Wed, 17 Sep 2014 16:14:12 +0400] rev 26749
8055326: Fix typos in client-related packages Reviewed-by: prr, azvegint, alexsch Contributed-by: pavel.rappo@oracle.com
Tue, 16 Sep 2014 14:58:27 -0500 8058579: Copy-java.base.gmk no longer needs to differentiate win32 and win64 java.policy
ptbrunet [Tue, 16 Sep 2014 14:58:27 -0500] rev 26748
8058579: Copy-java.base.gmk no longer needs to differentiate win32 and win64 java.policy Summary: replace java.policy-win32/64 with just java.policy Reviewed-by: mchung, erikj Contributed-by: peter.brunet@oracle.com
Tue, 16 Sep 2014 09:26:06 -0700 8058248: LittleCMS: Missing checks for NULL returns from memory allocation
prr [Tue, 16 Sep 2014 09:26:06 -0700] rev 26747
8058248: LittleCMS: Missing checks for NULL returns from memory allocation Reviewed-by: bae, jchen, mschoene
Mon, 15 Sep 2014 09:15:21 -0700 Merge
prr [Mon, 15 Sep 2014 09:15:21 -0700] rev 26746
Merge
Mon, 15 Sep 2014 17:29:43 +0400 8058136: Test api/java_awt/SplashScreen/index.html\#ClosedSplashScreenTests fails because of java.lang.IllegalStateException was not thrown
serb [Mon, 15 Sep 2014 17:29:43 +0400] rev 26745
8058136: Test api/java_awt/SplashScreen/index.html\#ClosedSplashScreenTests fails because of java.lang.IllegalStateException was not thrown Reviewed-by: azvegint, anthony
Mon, 15 Sep 2014 17:27:15 +0400 8056991: Provide OSInfo functionality to regression tests
yan [Mon, 15 Sep 2014 17:27:15 +0400] rev 26744
8056991: Provide OSInfo functionality to regression tests Reviewed-by: alexsch
Fri, 12 Sep 2014 13:04:18 +0100 8041465: BMPImageReader read error using ImageReadParam with set sourceRectangle
bae [Fri, 12 Sep 2014 13:04:18 +0100] rev 26743
8041465: BMPImageReader read error using ImageReadParam with set sourceRectangle Reviewed-by: serb, prr
Fri, 12 Sep 2014 10:40:07 +0400 8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow
dmarkov [Fri, 12 Sep 2014 10:40:07 +0400] rev 26742
8048110: Using tables in JTextPane leads to infinite loop in FlowLayout.layoutRow Reviewed-by: alexp, alexsch
Thu, 11 Sep 2014 13:07:37 -0700 8056213: Clean up unix/native/common/sun/awt
prr [Thu, 11 Sep 2014 13:07:37 -0700] rev 26741
8056213: Clean up unix/native/common/sun/awt Reviewed-by: erikj, ihse
Wed, 10 Sep 2014 15:09:31 +0400 8057940: JCK test api/java_awt/Image/renderable/ParameterBlock fails with StackOverflowError
alexsch [Wed, 10 Sep 2014 15:09:31 +0400] rev 26740
8057940: JCK test api/java_awt/Image/renderable/ParameterBlock fails with StackOverflowError Reviewed-by: serb, prr
Wed, 10 Sep 2014 11:01:59 +0200 8057934: Upgrade to LittleCMS 2.6 breaks AIX build
simonis [Wed, 10 Sep 2014 11:01:59 +0200] rev 26739
8057934: Upgrade to LittleCMS 2.6 breaks AIX build Reviewed-by: prr, serb
Tue, 09 Sep 2014 18:32:44 +0400 8057819: No CCC approving removing final modifier from javax.swing.SwingUtilities.isRectangleContainingRectangle static method
serb [Tue, 09 Sep 2014 18:32:44 +0400] rev 26738
8057819: No CCC approving removing final modifier from javax.swing.SwingUtilities.isRectangleContainingRectangle static method Reviewed-by: azvegint, alexsch
Tue, 09 Sep 2014 16:08:34 +0400 8057770: api/javax_swing/JScrollPane/indexTGF.html#UpdateUI failed with MotifLookAndFeel on all platform
azvegint [Tue, 09 Sep 2014 16:08:34 +0400] rev 26737
8057770: api/javax_swing/JScrollPane/indexTGF.html#UpdateUI failed with MotifLookAndFeel on all platform Reviewed-by: alexsch, serb
Thu, 25 Sep 2014 12:24:19 +0100 8056026: Debug security logging should print Provider used for each crypto operation
vinnie [Thu, 25 Sep 2014 12:24:19 +0100] rev 26736
8056026: Debug security logging should print Provider used for each crypto operation Reviewed-by: mullan
Thu, 25 Sep 2014 13:03:27 +0200 8038966: JAX-WS handles wrongly xsd:any arguments for Web services
mkos [Thu, 25 Sep 2014 13:03:27 +0200] rev 26735
8038966: JAX-WS handles wrongly xsd:any arguments for Web services Reviewed-by: coffeys
Thu, 25 Sep 2014 12:51:43 +0200 8059034: ProcessTools.startProcess() might leak processes
jbachorik [Thu, 25 Sep 2014 12:51:43 +0200] rev 26734
8059034: ProcessTools.startProcess() might leak processes Reviewed-by: sla, miauno
Wed, 24 Sep 2014 15:02:19 -0700 8050142: Optimize java.util.Formatter
bchristi [Wed, 24 Sep 2014 15:02:19 -0700] rev 26733
8050142: Optimize java.util.Formatter Reviewed-by: sherman, bchristi, lagergren
Thu, 25 Sep 2014 00:19:11 +0400 8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win]
igerasim [Thu, 25 Sep 2014 00:19:11 +0400] rev 26732
8058099: (fc) Cleanup in FileChannel/FileDispatcher native implementation [win] Reviewed-by: alanb
Wed, 24 Sep 2014 09:43:10 -0700 8058643: (str) Re-examine hashCode implementation
shade [Wed, 24 Sep 2014 09:43:10 -0700] rev 26731
8058643: (str) Re-examine hashCode implementation Reviewed-by: martin, alanb, sherman, redestad
Wed, 24 Sep 2014 14:19:25 +0400 8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError
kshefov [Wed, 24 Sep 2014 14:19:25 +0400] rev 26730
8058653: [TEST_BUG] Test java/awt/Graphics2D/DrawString/DrawStringCrash.java fails with OutOfMemoryError Reviewed-by: serb, prr Contributed-by: srinivasan.raghavan@oracle.com
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip