Fri, 01 Apr 2016 09:14:05 +0800 8153147: Mark java/net/BindException/Test.java as intermittently failing
amlu [Fri, 01 Apr 2016 09:14:05 +0800] rev 36752
8153147: Mark java/net/BindException/Test.java as intermittently failing Reviewed-by: darcy
Thu, 31 Mar 2016 14:11:33 -0700 8153217: javafx modules are not included in the jre
mchung [Thu, 31 Mar 2016 14:11:33 -0700] rev 36751
8153217: javafx modules are not included in the jre Reviewed-by: alanb
Thu, 31 Mar 2016 11:50:06 -0700 8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build
mchung [Thu, 31 Mar 2016 11:50:06 -0700] rev 36750
8153211: Convert build tool to use the new -XaddExports syntax in bootcycle build Reviewed-by: alanb
Thu, 31 Mar 2016 11:49:22 -0700 8153125: rmic from bootcycle build should launch with -m jdk.rmic/sun.rmi.rmic.Main
mchung [Thu, 31 Mar 2016 11:49:22 -0700] rev 36749
8153125: rmic from bootcycle build should launch with -m jdk.rmic/sun.rmi.rmic.Main Reviewed-by: alanb, erikj
Thu, 31 Mar 2016 09:00:24 -0700 Merge
lana [Thu, 31 Mar 2016 09:00:24 -0700] rev 36748
Merge
Thu, 31 Mar 2016 17:30:31 +0300 8079136: Accessing a nested sublist leads to StackOverflowError
igerasim [Thu, 31 Mar 2016 17:30:31 +0300] rev 36747
8079136: Accessing a nested sublist leads to StackOverflowError Reviewed-by: psandoz, tvaleev
Thu, 31 Mar 2016 06:30:39 +0100 8153118: Remove sun.misc.resources
chegar [Thu, 31 Mar 2016 06:30:39 +0100] rev 36746
8153118: Remove sun.misc.resources Reviewed-by: naoto, mchung
Thu, 31 Mar 2016 06:23:43 +0100 8152190: Move sun.misc.JarIndex and InvalidJarIndexException to an internal package
chegar [Thu, 31 Mar 2016 06:23:43 +0100] rev 36745
8152190: Move sun.misc.JarIndex and InvalidJarIndexException to an internal package Reviewed-by: alanb
Wed, 30 Mar 2016 19:05:58 -0700 8153141: Develop initial set of tests for SwingSet
mrkam [Wed, 30 Mar 2016 19:05:58 -0700] rev 36744
8153141: Develop initial set of tests for SwingSet Reviewed-by: prr
Wed, 30 Mar 2016 18:12:08 -0700 8151763: Use more informative format for problem list
darcy [Wed, 30 Mar 2016 18:12:08 -0700] rev 36743
8151763: Use more informative format for problem list Reviewed-by: mchung, serb, chegar, alanb, mullan, jjg
Wed, 30 Mar 2016 17:23:45 -0700 8153035: GenModuleInfoSource strips away the API comments
mchung [Wed, 30 Mar 2016 17:23:45 -0700] rev 36742
8153035: GenModuleInfoSource strips away the API comments Reviewed-by: chegar
Wed, 30 Mar 2016 19:56:34 +0100 8141609: Need test for jrtfs that runs on JDK 8 to target a JDK 9 image
alanb [Wed, 30 Mar 2016 19:56:34 +0100] rev 36741
8141609: Need test for jrtfs that runs on JDK 8 to target a JDK 9 image Reviewed-by: alanb, sundar Contributed-by: felix.yang@oracle.com
Wed, 30 Mar 2016 12:47:54 -0400 8152005: sun/misc/SunMiscSignalTest.java failed intermittently
rriggs [Wed, 30 Mar 2016 12:47:54 -0400] rev 36740
8152005: sun/misc/SunMiscSignalTest.java failed intermittently Summary: extend timeout and retry Reviewed-by: darcy
Tue, 29 Mar 2016 17:06:33 -0700 8152704: jlink command line output/help message improvement
naoto [Tue, 29 Mar 2016 17:06:33 -0700] rev 36739
8152704: jlink command line output/help message improvement Reviewed-by: mchung
Tue, 29 Mar 2016 12:43:15 -0700 8153027: Exclude tools/jimage/JImageTest.java
mchung [Tue, 29 Mar 2016 12:43:15 -0700] rev 36738
8153027: Exclude tools/jimage/JImageTest.java Reviewed-by: lancea
Tue, 29 Mar 2016 18:27:33 +0200 8152951: Avoid calculating the reverse of StringConcatFactory$Recipe elements
redestad [Tue, 29 Mar 2016 18:27:33 +0200] rev 36737
8152951: Avoid calculating the reverse of StringConcatFactory$Recipe elements Reviewed-by: shade, vlivanov
Tue, 29 Mar 2016 18:04:41 +0900 8152077: (cal) Calendar.roll does not always roll the hours during daylight savings
okutsu [Tue, 29 Mar 2016 18:04:41 +0900] rev 36736
8152077: (cal) Calendar.roll does not always roll the hours during daylight savings Reviewed-by: peytoia
Tue, 29 Mar 2016 10:47:03 +0800 8152873: java/util/Locale/LocaleProviders.sh fails after JDK-8150432
amlu [Tue, 29 Mar 2016 10:47:03 +0800] rev 36735
8152873: java/util/Locale/LocaleProviders.sh fails after JDK-8150432 Reviewed-by: darcy
Mon, 28 Mar 2016 22:25:32 +0200 8152733: Avoid creating Manifest when checking for Multi-Release attribute
redestad [Mon, 28 Mar 2016 22:25:32 +0200] rev 36734
8152733: Avoid creating Manifest when checking for Multi-Release attribute Reviewed-by: psandoz, alanb Contributed-by: claes.redestad@oracle.com, steve.drach@oracle.com
Mon, 28 Mar 2016 12:36:33 +0530 8150432: LocaleProviders.sh fails
rgoel [Mon, 28 Mar 2016 12:36:33 +0530] rev 36733
8150432: LocaleProviders.sh fails Summary: Updated Windows 10 kernel name. Reviewed-by: okutsu
Mon, 28 Mar 2016 08:53:39 -0700 8152083: Optimize TimeUnit conversions
dl [Mon, 28 Mar 2016 08:53:39 -0700] rev 36732
8152083: Optimize TimeUnit conversions Reviewed-by: martin, shade, forax
Mon, 28 Mar 2016 17:12:48 +0300 8073872: Schemagen fails with StackOverflowError if element references containing class
aefimov [Mon, 28 Mar 2016 17:12:48 +0300] rev 36731
8073872: Schemagen fails with StackOverflowError if element references containing class Reviewed-by: lancea
Thu, 31 Mar 2016 01:13:26 -0700 Added tag jdk-9+112 for changeset c27e554bbe5c
lana [Thu, 31 Mar 2016 01:13:26 -0700] rev 36730
Added tag jdk-9+112 for changeset c27e554bbe5c
Wed, 05 Jul 2017 21:30:42 +0200 Merge
duke [Wed, 05 Jul 2017 21:30:42 +0200] rev 36729
Merge
Thu, 31 Mar 2016 01:13:19 -0700 Added tag jdk-9+112 for changeset 5531985950c0
lana [Thu, 31 Mar 2016 01:13:19 -0700] rev 36728
Added tag jdk-9+112 for changeset 5531985950c0
Fri, 01 Apr 2016 12:25:51 -0700 8153303: Jib profiles config broken after JDK-8153257 after JDK-8031767
tbell [Fri, 01 Apr 2016 12:25:51 -0700] rev 36727
8153303: Jib profiles config broken after JDK-8153257 after JDK-8031767 Reviewed-by: mchung
Fri, 01 Apr 2016 17:10:13 +0200 8153273: Test lib compilations trigger find crash on Solaris
erikj [Fri, 01 Apr 2016 17:10:13 +0200] rev 36726
8153273: Test lib compilations trigger find crash on Solaris Reviewed-by: tbell
Fri, 01 Apr 2016 17:08:43 +0200 8153261: Clean up fix for JDK-8153217
erikj [Fri, 01 Apr 2016 17:08:43 +0200] rev 36725
8153261: Clean up fix for JDK-8153217 Reviewed-by: tbell
Fri, 01 Apr 2016 17:06:44 +0200 8153257: Jib profiles config broken after JDK-8031767
erikj [Fri, 01 Apr 2016 17:06:44 +0200] rev 36724
8153257: Jib profiles config broken after JDK-8031767 Reviewed-by: tbell
Thu, 31 Mar 2016 14:11:15 -0700 8153217: javafx modules are not included in the jre
mchung [Thu, 31 Mar 2016 14:11:15 -0700] rev 36723
8153217: javafx modules are not included in the jre Reviewed-by: alanb
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip