Sat, 12 Sep 2009 12:50:07 +0100 6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk
andrew [Sat, 12 Sep 2009 12:50:07 +0100] rev 3818
6873059: Explicitly use -source 6 -target 6 when compiling with the boot jdk Summary: The build fails if the bootstrap JDK defaults to <1.5 Reviewed-by: jcoomes
Thu, 10 Sep 2009 09:04:41 -0400 Merge
acorn [Thu, 10 Sep 2009 09:04:41 -0400] rev 3817
Merge
Tue, 08 Sep 2009 09:02:48 +0100 Merge
andrew [Tue, 08 Sep 2009 09:02:48 +0100] rev 3816
Merge
Tue, 08 Sep 2009 09:01:16 +0100 6879689: Fix warning about ignored return value when compiling with -O2
andrew [Tue, 08 Sep 2009 09:01:16 +0100] rev 3815
6879689: Fix warning about ignored return value when compiling with -O2 Summary: Store the return value of fwrite and check it matches the size of the array. Reviewed-by: twisti, dholmes
Tue, 01 Sep 2009 23:34:08 -0700 6858208: jvm crash when specifying TypeProfileWidth=0 on jdk 6.0
poonam [Tue, 01 Sep 2009 23:34:08 -0700] rev 3814
6858208: jvm crash when specifying TypeProfileWidth=0 on jdk 6.0 Summary: Add an explicit check for TypeProfileWidth == 0 in record_klass_in_profile_helper() functions. Reviewed-by: never, coleenp
Sun, 30 Aug 2009 15:33:14 -0700 Merge
apangin [Sun, 30 Aug 2009 15:33:14 -0700] rev 3813
Merge
Fri, 28 Aug 2009 15:03:15 -0700 Merge
dcubed [Fri, 28 Aug 2009 15:03:15 -0700] rev 3812
Merge
Fri, 28 Aug 2009 12:32:06 -0600 Merge
dcubed [Fri, 28 Aug 2009 12:32:06 -0600] rev 3811
Merge
Fri, 28 Aug 2009 12:25:46 -0600 6875393: 2/3 JNI itable index cache is broken
dcubed [Fri, 28 Aug 2009 12:25:46 -0600] rev 3810
6875393: 2/3 JNI itable index cache is broken Summary: Add missing initialization of cache size. Reviewed-by: tbell
Fri, 28 Aug 2009 08:54:28 -0700 6821003: Update hotspot windows os_win32 for windows 7
asaha [Fri, 28 Aug 2009 08:54:28 -0700] rev 3809
6821003: Update hotspot windows os_win32 for windows 7 Reviewed-by: xlu
Fri, 18 Sep 2009 06:02:17 -0700 Merge
apetrusenko [Fri, 18 Sep 2009 06:02:17 -0700] rev 3808
Merge
Tue, 15 Sep 2009 16:50:50 -0700 6861557: G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or ...")
ysr [Tue, 15 Sep 2009 16:50:50 -0700] rev 3807
6861557: G1: assert(top() == bottom() || zfs == Allocated,"Region must be empty, or ...") Summary: Druing heap shrinking, check for emptiness of a region before modifying its ZF status. Reviewed-by: tonyp
Mon, 14 Sep 2009 11:45:03 -0700 Merge
kvn [Mon, 14 Sep 2009 11:45:03 -0700] rev 3806
Merge
Thu, 10 Sep 2009 18:18:06 -0700 6880053: assert(alloc_obj->as_CheckCastPP()->type() != TypeInstPtr::NOTNULL)
kvn [Thu, 10 Sep 2009 18:18:06 -0700] rev 3805
6880053: assert(alloc_obj->as_CheckCastPP()->type() != TypeInstPtr::NOTNULL) Summary: Removed second CheckCastPP and use MembarCPUOrder after arraycopy to cloned object. Reviewed-by: never
Thu, 10 Sep 2009 10:36:24 -0700 6880574: C2 assert in escape.cpp:445 on linux-amd64
kvn [Thu, 10 Sep 2009 10:36:24 -0700] rev 3804
6880574: C2 assert in escape.cpp:445 on linux-amd64 Summary: Look through chained AddP nodes in get_addp_base(). Reviewed-by: jrose
Wed, 09 Sep 2009 16:28:03 -0700 6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions
kvn [Wed, 09 Sep 2009 16:28:03 -0700] rev 3803
6880533: test/compiler/6865031/Test.java miss -XX:+IgnoreUnrecognizedVMOptions Summary: Add missing test option -XX:+IgnoreUnrecognizedVMOptions. Reviewed-by: never
Tue, 08 Sep 2009 16:56:31 -0700 6880052: SIGSEGV in GraphKit::null_check_common()
kvn [Tue, 08 Sep 2009 16:56:31 -0700] rev 3802
6880052: SIGSEGV in GraphKit::null_check_common() Summary: Check that a klass is not NULL before the is_loaded() call. Reviewed-by: never
Tue, 08 Sep 2009 10:42:50 -0700 6875619: CTW fails with /hotspot/src/share/vm/opto/type.hpp
kvn [Tue, 08 Sep 2009 10:42:50 -0700] rev 3801
6875619: CTW fails with /hotspot/src/share/vm/opto/type.hpp Summary: In load_array_length() cast array's type to TypeOopPtr when calling make_ideal_length() method. Reviewed-by: never
Mon, 31 Aug 2009 17:07:53 -0700 6855215: Calculation error (NaN) after about 1500 calculations
never [Mon, 31 Aug 2009 17:07:53 -0700] rev 3800
6855215: Calculation error (NaN) after about 1500 calculations Reviewed-by: kvn
Mon, 31 Aug 2009 08:31:45 -0700 6876276: assert(!is_visited,"visit only once")
cfang [Mon, 31 Aug 2009 08:31:45 -0700] rev 3799
6876276: assert(!is_visited,"visit only once") Summary: schedule the superword loads based on dependence constraints Reviewed-by: kvn, never
Mon, 31 Aug 2009 02:24:21 -0700 6875967: CTW fails with./generated/adfiles/ad_sparc.cpp:6711
twisti [Mon, 31 Aug 2009 02:24:21 -0700] rev 3798
6875967: CTW fails with./generated/adfiles/ad_sparc.cpp:6711 Reviewed-by: cfang, never
Fri, 28 Aug 2009 11:19:33 -0700 6875577: CTW fails with /hotspot/src/share/vm/opto/memnode.cpp
kvn [Fri, 28 Aug 2009 11:19:33 -0700] rev 3797
6875577: CTW fails with /hotspot/src/share/vm/opto/memnode.cpp Summary: Fix do_null_check to check for unloaded klass for all oop pointers. Reviewed-by: never, cfang
Thu, 27 Aug 2009 06:17:23 -0700 6865583: Verbose CIPrintMethodCodes asserts when ldc an empty String
twisti [Thu, 27 Aug 2009 06:17:23 -0700] rev 3796
6865583: Verbose CIPrintMethodCodes asserts when ldc an empty String Summary: ldc seems to load an empty String and that leads to an assert on offset < length, which are both zero. Reviewed-by: kvn, never
Tue, 22 Sep 2009 14:06:10 -0700 6884624: Update copyright year
xdono [Tue, 22 Sep 2009 14:06:10 -0700] rev 3795
6884624: Update copyright year Summary: Update copyright for files that have been modified in 2009 through Septermber Reviewed-by: tbell, ohair
Thu, 17 Sep 2009 13:46:45 -0700 Added tag jdk7-b72 for changeset 0fa11a27fb57
xdono [Thu, 17 Sep 2009 13:46:45 -0700] rev 3794
Added tag jdk7-b72 for changeset 0fa11a27fb57
Wed, 23 Sep 2009 20:06:01 +0200 6872735: Further update build readme for new platforms
robilad [Wed, 23 Sep 2009 20:06:01 +0200] rev 3793
6872735: Further update build readme for new platforms 6641691: Bring build readme's up-to-date Summary: Added build instructions for Debian, Ubuntu 8.04, 8.10, 9.04, Fedora 10, 11, OpenSolaris 2009.06, OpenSUSE and Mandriva Reviewed-by: ohair, andrew
Tue, 22 Sep 2009 14:06:04 -0700 6884624: Update copyright year
xdono [Tue, 22 Sep 2009 14:06:04 -0700] rev 3792
6884624: Update copyright year Summary: Update copyright for files that have been modified in 2009 through Septermber Reviewed-by: tbell, ohair
Fri, 18 Sep 2009 09:39:45 -0700 Merge
xdono [Fri, 18 Sep 2009 09:39:45 -0700] rev 3791
Merge
Thu, 17 Sep 2009 13:17:57 -0700 Merge
ohair [Thu, 17 Sep 2009 13:17:57 -0700] rev 3790
Merge
Thu, 03 Sep 2009 17:44:28 -0700 6855174: Improve log output when builds transition from one workspace to another
ohair [Thu, 03 Sep 2009 17:44:28 -0700] rev 3789
6855174: Improve log output when builds transition from one workspace to another Reviewed-by: jjg
Thu, 17 Sep 2009 13:46:39 -0700 Added tag jdk7-b72 for changeset 457827146a9c
xdono [Thu, 17 Sep 2009 13:46:39 -0700] rev 3788
Added tag jdk7-b72 for changeset 457827146a9c
Wed, 05 Jul 2017 17:00:34 +0200 Added tag jdk7-b72 for changeset df4bcd06e1d0
duke [Wed, 05 Jul 2017 17:00:34 +0200] rev 3787
Added tag jdk7-b72 for changeset df4bcd06e1d0
Wed, 05 Jul 2017 17:00:34 +0200 Merge jdk7-b72
duke [Wed, 05 Jul 2017 17:00:34 +0200] rev 3786
Merge
Wed, 05 Jul 2017 17:00:31 +0200 Merge
duke [Wed, 05 Jul 2017 17:00:31 +0200] rev 3785
Merge
Tue, 08 Sep 2009 11:43:57 -0700 6879371: javap does not close internal default file manager
jjg [Tue, 08 Sep 2009 11:43:57 -0700] rev 3784
6879371: javap does not close internal default file manager Reviewed-by: darcy
Tue, 08 Sep 2009 11:29:58 -0700 6879346: files have Windows newlines
jjg [Tue, 08 Sep 2009 11:29:58 -0700] rev 3783
6879346: files have Windows newlines Reviewed-by: darcy
Tue, 08 Sep 2009 11:12:13 -0700 6419701: DefaultFileManager clean up: URI.create
jjg [Tue, 08 Sep 2009 11:12:13 -0700] rev 3782
6419701: DefaultFileManager clean up: URI.create 6483788: DefaultFileManager.ZipFileObject.toUri() fails to escape space characters 6501502: JSR 199: FileObject.toUri should return file:///c:/ or file:/c:/ not file://c:/ 6877206: JavaFileObject.toUri returns bogus URI (win) 6877223: tests @ignored because of issues with File.toURI on Windows Reviewed-by: mcimadamore, alanb
Thu, 03 Sep 2009 18:34:17 -0700 Merge
tbell [Thu, 03 Sep 2009 18:34:17 -0700] rev 3781
Merge
Wed, 02 Sep 2009 10:20:46 -0700 6874249: Check has duplicate local variable and field for "source"
jjg [Wed, 02 Sep 2009 10:20:46 -0700] rev 3780
6874249: Check has duplicate local variable and field for "source" Reviewed-by: mcimadamore
Tue, 01 Sep 2009 11:35:00 -0700 6877763: update langtools/test/Makefile for JPRT
jjg [Tue, 01 Sep 2009 11:35:00 -0700] rev 3779
6877763: update langtools/test/Makefile for JPRT Reviewed-by: ohair
Tue, 01 Sep 2009 14:53:39 +0100 6650759: Inference of formal type parameter (unused in formal parameters) is not performed
mcimadamore [Tue, 01 Sep 2009 14:53:39 +0100] rev 3778
6650759: Inference of formal type parameter (unused in formal parameters) is not performed Summary: propagate inference constraints from 15.12.2.7 to 15.12.2.8 Reviewed-by: jjg
Mon, 31 Aug 2009 19:43:06 -0700 6877759: test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java leaves open file
jjg [Mon, 31 Aug 2009 19:43:06 -0700] rev 3777
6877759: test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java leaves open file Reviewed-by: darcy
Mon, 31 Aug 2009 18:25:00 -0700 6877751: test/tools/javac/6627362/T6627362.java fails
jjg [Mon, 31 Aug 2009 18:25:00 -0700] rev 3776
6877751: test/tools/javac/6627362/T6627362.java fails Reviewed-by: darcy
Mon, 31 Aug 2009 17:16:52 -0700 6877744: delete extraneous file
jjg [Mon, 31 Aug 2009 17:16:52 -0700] rev 3775
6877744: delete extraneous file Reviewed-by: darcy
Mon, 31 Aug 2009 12:36:26 -0700 6877229: more javac tests fail on Windows
jjg [Mon, 31 Aug 2009 12:36:26 -0700] rev 3774
6877229: more javac tests fail on Windows Reviewed-by: darcy
Fri, 28 Aug 2009 16:54:10 -0700 Merge
tbell [Fri, 28 Aug 2009 16:54:10 -0700] rev 3773
Merge
Fri, 28 Aug 2009 14:48:49 -0700 6877188: some javac shell tests do not work on Windows
jjg [Fri, 28 Aug 2009 14:48:49 -0700] rev 3772
6877188: some javac shell tests do not work on Windows Reviewed-by: darcy
Fri, 28 Aug 2009 12:12:08 -0700 6876782: two javadoc tests fail on Windows
jjg [Fri, 28 Aug 2009 12:12:08 -0700] rev 3771
6876782: two javadoc tests fail on Windows Reviewed-by: darcy
Thu, 27 Aug 2009 18:25:21 -0700 6876765: javah tests fail on Windows
jjg [Thu, 27 Aug 2009 18:25:21 -0700] rev 3770
6876765: javah tests fail on Windows Reviewed-by: darcy
Thu, 27 Aug 2009 17:50:21 -0700 6876755: apt tests fail on Windows
jjg [Thu, 27 Aug 2009 17:50:21 -0700] rev 3769
6876755: apt tests fail on Windows Reviewed-by: darcy
Thu, 27 Aug 2009 17:39:16 -0700 6876753: javap tests fail on Windows
jjg [Thu, 27 Aug 2009 17:39:16 -0700] rev 3768
6876753: javap tests fail on Windows Reviewed-by: darcy
Thu, 27 Aug 2009 15:12:36 -0700 6843707: bad tests generate files in the test/ directory
jjg [Thu, 27 Aug 2009 15:12:36 -0700] rev 3767
6843707: bad tests generate files in the test/ directory 6876699: generated files in repository Reviewed-by: darcy
Thu, 27 Aug 2009 11:08:27 -0700 6875336: some tests should use /nodynamiccopyright/
jjg [Thu, 27 Aug 2009 11:08:27 -0700] rev 3766
6875336: some tests should use /nodynamiccopyright/ Reviewed-by: darcy
Thu, 27 Aug 2009 13:40:48 +0100 6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond')
mcimadamore [Thu, 27 Aug 2009 13:40:48 +0100] rev 3765
6840638: Project Coin: Improved Type Inference for Generic Instance Creation (aka 'diamond') Summary: diamond operator implementation (simple approach) Reviewed-by: jjg
Wed, 26 Aug 2009 19:28:51 -0700 6548708: Annotation processing should free service loader if there are no processors
darcy [Wed, 26 Aug 2009 19:28:51 -0700] rev 3764
6548708: Annotation processing should free service loader if there are no processors Reviewed-by: jjg
Tue, 25 Aug 2009 16:41:32 -0700 6872011: Update printing processor to support JSR 308
darcy [Tue, 25 Aug 2009 16:41:32 -0700] rev 3763
6872011: Update printing processor to support JSR 308 Reviewed-by: jjg
Thu, 03 Sep 2009 10:53:14 -0700 Added tag jdk7-b71 for changeset cdf91569d4eb
xdono [Thu, 03 Sep 2009 10:53:14 -0700] rev 3762
Added tag jdk7-b71 for changeset cdf91569d4eb
Wed, 05 Jul 2017 17:00:25 +0200 Merge
duke [Wed, 05 Jul 2017 17:00:25 +0200] rev 3761
Merge
Thu, 03 Sep 2009 10:52:58 -0700 Added tag jdk7-b71 for changeset ee84ebd54dea
xdono [Thu, 03 Sep 2009 10:52:58 -0700] rev 3760
Added tag jdk7-b71 for changeset ee84ebd54dea
Wed, 05 Jul 2017 17:00:22 +0200 Merge
duke [Wed, 05 Jul 2017 17:00:22 +0200] rev 3759
Merge
Thu, 03 Sep 2009 10:52:56 -0700 Added tag jdk7-b71 for changeset 8796aa786ade
xdono [Thu, 03 Sep 2009 10:52:56 -0700] rev 3758
Added tag jdk7-b71 for changeset 8796aa786ade
Wed, 05 Jul 2017 17:00:20 +0200 Merge
duke [Wed, 05 Jul 2017 17:00:20 +0200] rev 3757
Merge
Thu, 03 Sep 2009 10:52:48 -0700 Added tag jdk7-b71 for changeset ae9b655e7393
xdono [Thu, 03 Sep 2009 10:52:48 -0700] rev 3756
Added tag jdk7-b71 for changeset ae9b655e7393
Wed, 05 Jul 2017 17:00:17 +0200 Merge
duke [Wed, 05 Jul 2017 17:00:17 +0200] rev 3755
Merge
Tue, 15 Sep 2009 23:41:40 -0700 Merge
yan [Tue, 15 Sep 2009 23:41:40 -0700] rev 3754
Merge
Wed, 09 Sep 2009 00:51:06 -0700 Merge
yan [Wed, 09 Sep 2009 00:51:06 -0700] rev 3753
Merge
Tue, 08 Sep 2009 14:08:59 +0400 6868185: 2 JCK api/java_beans/Introspector/ tests fails starting from jdk7 b66
malenkov [Tue, 08 Sep 2009 14:08:59 +0400] rev 3752
6868185: 2 JCK api/java_beans/Introspector/ tests fails starting from jdk7 b66 Reviewed-by: peterz
Mon, 07 Sep 2009 15:09:40 +0400 6589634: Unable to view focus on "Up one level", "create new folder" etc. of JFileChooser Dialog
rupashka [Mon, 07 Sep 2009 15:09:40 +0400] rev 3751
6589634: Unable to view focus on "Up one level", "create new folder" etc. of JFileChooser Dialog Reviewed-by: peterz, loneid
Mon, 07 Sep 2009 12:27:53 +0400 6699856: Creating text in a JTextPane using Chinese text causes undesired behavior
gsm [Mon, 07 Sep 2009 12:27:53 +0400] rev 3750
6699856: Creating text in a JTextPane using Chinese text causes undesired behavior Reviewed-by: peterz
Wed, 02 Sep 2009 17:47:19 +0400 6797139: JButton title is truncating for some strings irrespective of preferred size.
alexp [Wed, 02 Sep 2009 17:47:19 +0400] rev 3749
6797139: JButton title is truncating for some strings irrespective of preferred size. Reviewed-by: peterz
Tue, 01 Sep 2009 18:51:15 +0400 6875153: JLayer.isOptimizedDrawingEnabled() throws NPE for null glass pane set
alexp [Tue, 01 Sep 2009 18:51:15 +0400] rev 3748
6875153: JLayer.isOptimizedDrawingEnabled() throws NPE for null glass pane set Reviewed-by: rupashka
Tue, 01 Sep 2009 15:34:21 +0400 6387579: Usage of package-private class as parameter of a method (javax.swing.tree.DefaultTreeSelectionModel)
peterz [Tue, 01 Sep 2009 15:34:21 +0400] rev 3747
6387579: Usage of package-private class as parameter of a method (javax.swing.tree.DefaultTreeSelectionModel) Reviewed-by: rupashka
Tue, 01 Sep 2009 16:15:12 +0900 6856390: RFE : sequence.allfonts.UTF-8.ja for Windows fontconfig.properties
peytoia [Tue, 01 Sep 2009 16:15:12 +0900] rev 3746
6856390: RFE : sequence.allfonts.UTF-8.ja for Windows fontconfig.properties Reviewed-by: okutsu
Tue, 01 Sep 2009 15:42:01 +0900 6838887: (tz) Add UTC and Yerevan to tzmappings
peytoia [Tue, 01 Sep 2009 15:42:01 +0900] rev 3745
6838887: (tz) Add UTC and Yerevan to tzmappings Reviewed-by: okutsu
Tue, 01 Sep 2009 15:39:17 +0900 6830423: Unified Ext B character not displayed with Dialog font
peytoia [Tue, 01 Sep 2009 15:39:17 +0900] rev 3744
6830423: Unified Ext B character not displayed with Dialog font Reviewed-by: okutsu
Mon, 31 Aug 2009 18:39:41 +0400 6872503: JLayer event handling should be rewritten
alexp [Mon, 31 Aug 2009 18:39:41 +0400] rev 3743
6872503: JLayer event handling should be rewritten Reviewed-by: art
Mon, 31 Aug 2009 13:56:34 +0400 6844267: Nimbus generator depends on JIBX
peterz [Mon, 31 Aug 2009 13:56:34 +0400] rev 3742
6844267: Nimbus generator depends on JIBX Summary: Nimbus generator now uses JAXB instead of JIBX Reviewed-by: jasper
Mon, 31 Aug 2009 13:46:24 +0400 6802944: Nimbus initialization is too slow
peterz [Mon, 31 Aug 2009 13:46:24 +0400] rev 3741
6802944: Nimbus initialization is too slow Reviewed-by: jasper
Mon, 31 Aug 2009 14:53:05 +0900 6456628: (tz) Default timezone is incorrectly set occasionally on Linux
peytoia [Mon, 31 Aug 2009 14:53:05 +0900] rev 3740
6456628: (tz) Default timezone is incorrectly set occasionally on Linux Reviewed-by: okutsu
Mon, 31 Aug 2009 14:50:33 +0900 6872467: (tz) Support tzdata2009l
peytoia [Mon, 31 Aug 2009 14:50:33 +0900] rev 3739
6872467: (tz) Support tzdata2009l Reviewed-by: okutsu
Mon, 31 Aug 2009 12:55:15 +0900 6851214: (tz) New Jordan rule creates a failure for SimpleTimeZone parsing post tzdata2009h
peytoia [Mon, 31 Aug 2009 12:55:15 +0900] rev 3738
6851214: (tz) New Jordan rule creates a failure for SimpleTimeZone parsing post tzdata2009h Reviewed-by: okutsu
Mon, 24 Aug 2009 19:22:38 +0400 6824395: Several Swing core components prevent using them in wrapper classes
alexp [Mon, 24 Aug 2009 19:22:38 +0400] rev 3737
6824395: Several Swing core components prevent using them in wrapper classes Reviewed-by: peterz
Mon, 24 Aug 2009 18:21:47 +0400 6849266: closed/javax/swing/JFileChooser/6484091/bug6484091.java fails on solaris 10 sparc
rupashka [Mon, 24 Aug 2009 18:21:47 +0400] rev 3736
6849266: closed/javax/swing/JFileChooser/6484091/bug6484091.java fails on solaris 10 sparc Reviewed-by: peterz
Fri, 21 Aug 2009 16:59:27 +0400 6579827: vista : JSlider on JColorchooser is not properly render or can't be seen completely.
rupashka [Fri, 21 Aug 2009 16:59:27 +0400] rev 3735
6579827: vista : JSlider on JColorchooser is not properly render or can't be seen completely. Reviewed-by: peterz
Thu, 20 Aug 2009 23:30:03 -0700 Merge
yan [Thu, 20 Aug 2009 23:30:03 -0700] rev 3734
Merge
Wed, 19 Aug 2009 17:24:22 +0400 6872492: JLayer sources contain wrong header
alexp [Wed, 19 Aug 2009 17:24:22 +0400] rev 3733
6872492: JLayer sources contain wrong header Reviewed-by: rupashka
Fri, 14 Aug 2009 13:18:10 +0400 6824600: OOM occurs when setLookAndFeel() is executed in Windows L&F(XP style)
rupashka [Fri, 14 Aug 2009 13:18:10 +0400] rev 3732
6824600: OOM occurs when setLookAndFeel() is executed in Windows L&F(XP style) Reviewed-by: alexp
Wed, 09 Sep 2009 00:48:59 -0700 Merge
yan [Wed, 09 Sep 2009 00:48:59 -0700] rev 3731
Merge
Fri, 04 Sep 2009 14:50:58 +0400 6871299: Shift+Tab no longer generates a KEY_TYPED event; used to with JRE 1.5
yan [Fri, 04 Sep 2009 14:50:58 +0400] rev 3730
6871299: Shift+Tab no longer generates a KEY_TYPED event; used to with JRE 1.5 Summary: Add XK_ISO_Left_Tab -> VK_TAB rule Reviewed-by: dcherepanov
Fri, 28 Aug 2009 19:34:00 +0400 6689468: test/closed/java/awt/Component/VisibleHwInLwContTest/VisibleHwInLwContTest.html fails
anthony [Fri, 28 Aug 2009 19:34:00 +0400] rev 3729
6689468: test/closed/java/awt/Component/VisibleHwInLwContTest/VisibleHwInLwContTest.html fails Summary: The addNotify() checks whether the component is actually hidden, and hides the peer appropriately if needed Reviewed-by: art, dcherepanov
Thu, 27 Aug 2009 17:06:23 +0400 6854898: Frame is located at the negative coordinates instead of origin for Solaris 10 CDE
dcherepanov [Thu, 27 Aug 2009 17:06:23 +0400] rev 3728
6854898: Frame is located at the negative coordinates instead of origin for Solaris 10 CDE Reviewed-by: art, anthony
Thu, 27 Aug 2009 17:04:47 +0400 6852051: Getting Null Pointer Exception when displaying message for TrayIcon on Opensolaris
dcherepanov [Thu, 27 Aug 2009 17:04:47 +0400] rev 3727
6852051: Getting Null Pointer Exception when displaying message for TrayIcon on Opensolaris Reviewed-by: anthony
Thu, 27 Aug 2009 16:42:55 +0400 6780496: Javaw process taking up 80-90 percent of CPU time!
anthony [Thu, 27 Aug 2009 16:42:55 +0400] rev 3726
6780496: Javaw process taking up 80-90 percent of CPU time! Summary: The transparency effects get enabled on showing, and disabled on hiding a window Reviewed-by: art, dcherepanov
Sun, 06 Sep 2009 23:14:42 -0700 Merge
tbell [Sun, 06 Sep 2009 23:14:42 -0700] rev 3725
Merge
Sat, 05 Sep 2009 15:57:25 +0100 Merge
alanb [Sat, 05 Sep 2009 15:57:25 +0100] rev 3724
Merge
Fri, 04 Sep 2009 22:22:55 +0100 6432567: PIT : com/sun/jdi/BadHandshakeTest.java fails due to java.net.ConnectException
alanb [Fri, 04 Sep 2009 22:22:55 +0100] rev 3723
6432567: PIT : com/sun/jdi/BadHandshakeTest.java fails due to java.net.ConnectException Reviewed-by: tbell, ohair, dcubed, andrew
Fri, 04 Sep 2009 18:17:26 +0100 6868627: (spec) Files.walkFileTree doesn't make it clear that uncaught errors and exceptions are propagated
alanb [Fri, 04 Sep 2009 18:17:26 +0100] rev 3722
6868627: (spec) Files.walkFileTree doesn't make it clear that uncaught errors and exceptions are propagated Reviewed-by: sherman
Fri, 04 Sep 2009 18:15:50 +0100 6873621: (file) FileStore.supportsFileAttributeView(Class<FileAttributeView> type) returns wrong result
alanb [Fri, 04 Sep 2009 18:15:50 +0100] rev 3721
6873621: (file) FileStore.supportsFileAttributeView(Class<FileAttributeView> type) returns wrong result Reviewed-by: andrew
Fri, 04 Sep 2009 17:07:29 -0700 Merge
tbell [Fri, 04 Sep 2009 17:07:29 -0700] rev 3720
Merge
Fri, 04 Sep 2009 13:44:36 -0700 6879368: Remove stray quote in Character javadoc
martin [Fri, 04 Sep 2009 13:44:36 -0700] rev 3719
6879368: Remove stray quote in Character javadoc Summary: Remove stray quote in Character.valueOf javadoc, using Ulf's \u005CuXXXX technique Reviewed-by: darcy
Fri, 04 Sep 2009 13:11:17 -0700 6873951: test/java/lang/reflect/Generics/Probe.java fails.
darcy [Fri, 04 Sep 2009 13:11:17 -0700] rev 3718
6873951: test/java/lang/reflect/Generics/Probe.java fails. Reviewed-by: alanb
Fri, 04 Sep 2009 14:59:20 +0800 6871847: AlgorithmId.get("SHA256withECDSA") not available
weijun [Fri, 04 Sep 2009 14:59:20 +0800] rev 3717
6871847: AlgorithmId.get("SHA256withECDSA") not available Reviewed-by: vinnie
Fri, 04 Sep 2009 14:58:01 +0800 6876328: different names for the same digest algorithms breaks jarsigner
weijun [Fri, 04 Sep 2009 14:58:01 +0800] rev 3716
6876328: different names for the same digest algorithms breaks jarsigner Reviewed-by: mullan
Thu, 03 Sep 2009 18:32:55 -0700 Merge
tbell [Thu, 03 Sep 2009 18:32:55 -0700] rev 3715
Merge
Mon, 31 Aug 2009 15:00:04 -0700 6860431: Character.isSurrogate(char ch)
martin [Mon, 31 Aug 2009 15:00:04 -0700] rev 3714
6860431: Character.isSurrogate(char ch) Summary: Add new method Character.isSurrogate(char ch) Reviewed-by: sherman, darcy, okutsu
Fri, 28 Aug 2009 16:53:44 -0700 Merge
tbell [Fri, 28 Aug 2009 16:53:44 -0700] rev 3713
Merge
Fri, 28 Aug 2009 14:11:00 -0700 6261502: (reflect) Add the functionality to screen out the "inappropriate" modifier bits
darcy [Fri, 28 Aug 2009 14:11:00 -0700] rev 3712
6261502: (reflect) Add the functionality to screen out the "inappropriate" modifier bits Reviewed-by: alanb
Fri, 28 Aug 2009 11:11:11 -0700 6877122: Many javadoc warnings from java.awt.Window, other awt classes
darcy [Fri, 28 Aug 2009 11:11:11 -0700] rev 3711
6877122: Many javadoc warnings from java.awt.Window, other awt classes Reviewed-by: anthony
Thu, 27 Aug 2009 18:00:16 -0700 6876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorrect result
xlu [Thu, 27 Aug 2009 18:00:16 -0700] rev 3710
6876282: BigDecimal's divide(BigDecimal bd, RoundingFormat r) produces incorrect result Reviewed-by: darcy
Thu, 27 Aug 2009 11:48:35 -0700 6876628: @throw instead of @throws in two ParagraphView classes
darcy [Thu, 27 Aug 2009 11:48:35 -0700] rev 3709
6876628: @throw instead of @throws in two ParagraphView classes Reviewed-by: peterz
Tue, 25 Aug 2009 19:19:42 -0700 6868712: Improve concurrent queue tests
dl [Tue, 25 Aug 2009 19:19:42 -0700] rev 3708
6868712: Improve concurrent queue tests Summary: Fix all known flaky tests, plus minor maintenance Reviewed-by: martin, chegar
Tue, 25 Aug 2009 19:19:42 -0700 6871697: LinkedBlockingQueue Iterator/remove/poll race
dl [Tue, 25 Aug 2009 19:19:42 -0700] rev 3707
6871697: LinkedBlockingQueue Iterator/remove/poll race Summary: More checks for node.next == node Reviewed-by: martin, dholmes, chegar
Wed, 26 Aug 2009 12:17:29 +0800 6868864: Kerberos tests fail under windows/cygwin
weijun [Wed, 26 Aug 2009 12:17:29 +0800] rev 3706
6868864: Kerberos tests fail under windows/cygwin Reviewed-by: wetmore
Tue, 25 Aug 2009 18:58:26 -0700 6875861: javadoc build warning on java.util.Properites from unconventional @see ordering
darcy [Tue, 25 Aug 2009 18:58:26 -0700] rev 3705
6875861: javadoc build warning on java.util.Properites from unconventional @see ordering Reviewed-by: martin
Tue, 25 Aug 2009 15:14:53 -0700 4963968: zlib should be upgraded to current version of zlib
sherman [Tue, 25 Aug 2009 15:14:53 -0700] rev 3704
4963968: zlib should be upgraded to current version of zlib Summary: upgrade zlib to the latest ver 1.2.3 Reviewed-by: martin, alanb, ksrini
Thu, 03 Sep 2009 10:53:04 -0700 Added tag jdk7-b71 for changeset 9abe0c99c0b9
xdono [Thu, 03 Sep 2009 10:53:04 -0700] rev 3703
Added tag jdk7-b71 for changeset 9abe0c99c0b9
Wed, 05 Jul 2017 17:00:08 +0200 Merge
duke [Wed, 05 Jul 2017 17:00:08 +0200] rev 3702
Merge
Tue, 15 Sep 2009 20:44:24 -0700 Merge
trims [Tue, 15 Sep 2009 20:44:24 -0700] rev 3701
Merge
Thu, 10 Sep 2009 16:46:17 -0700 6872136: CMS: confusing message may be printed when a collector is switched off implicitly
ysr [Thu, 10 Sep 2009 16:46:17 -0700] rev 3700
6872136: CMS: confusing message may be printed when a collector is switched off implicitly Summary: Fix CDS/CMS option overrides related to iCMS option CMSIncrementalMode; explicate overrides to error stream. Reviewed-by: coleenp
Thu, 03 Sep 2009 19:21:55 -0700 6879076: disable jprt sync after builds are done
jcoomes [Thu, 03 Sep 2009 19:21:55 -0700] rev 3699
6879076: disable jprt sync after builds are done Reviewed-by: kamg, dholmes
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip