Wed, 16 Sep 2009 09:10:57 -0400 Merge
acorn [Wed, 16 Sep 2009 09:10:57 -0400] rev 3821
Merge
Fri, 04 Sep 2009 12:53:02 -0400 6830542: Performance: JVM_DefineClass already verified.
acorn [Fri, 04 Sep 2009 12:53:02 -0400] rev 3820
6830542: Performance: JVM_DefineClass already verified. Reviewed-by: kamg, phh
Tue, 15 Sep 2009 16:28:57 -0400 Merge
acorn [Tue, 15 Sep 2009 16:28:57 -0400] rev 3819
Merge
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
(0) -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip