Fri, 22 Aug 2008 12:24:27 -0700 6732421: Removed old javavm and Classic VM files from the jdk7 sources
ohair [Fri, 22 Aug 2008 12:24:27 -0700] rev 1090
6732421: Removed old javavm and Classic VM files from the jdk7 sources Reviewed-by: alanb
Fri, 22 Aug 2008 10:37:03 -0700 6653883: jmap with no option should print mmap instead of heap information.
swamyv [Fri, 22 Aug 2008 10:37:03 -0700] rev 1089
6653883: jmap with no option should print mmap instead of heap information. Summary: Changed the default option of jmap to print mmap. Reviewed-by: jjh
Wed, 20 Aug 2008 13:45:12 -0700 6739302: Check that deserialization preserves EnumSet integrity
martin [Wed, 20 Aug 2008 13:45:12 -0700] rev 1088
6739302: Check that deserialization preserves EnumSet integrity Reviewed-by: dl, chegar Contributed-by: jjb@google.com
Mon, 25 Aug 2008 23:33:24 -0700 Merge
tbell [Mon, 25 Aug 2008 23:33:24 -0700] rev 1087
Merge
Tue, 19 Aug 2008 16:05:26 -0700 Merge
tbell [Tue, 19 Aug 2008 16:05:26 -0700] rev 1086
Merge
Tue, 19 Aug 2008 12:46:34 -0700 6736461: ThreadMXBean Locks.java fails intermittently.
swamyv [Tue, 19 Aug 2008 12:46:34 -0700] rev 1085
6736461: ThreadMXBean Locks.java fails intermittently. Summary: Fixed the test to wait for the right state before calling check thread information. Reviewed-by: jjh
Mon, 18 Aug 2008 15:28:54 -0700 6705893: javax.script tests should not require a js engine on OpenJDK
swamyv [Mon, 18 Aug 2008 15:28:54 -0700] rev 1084
6705893: javax.script tests should not require a js engine on OpenJDK Summary: Fixed the tests to pass with open JDK. Reviewed-by: darcy
Mon, 18 Aug 2008 09:20:49 -0700 Merge
tbell [Mon, 18 Aug 2008 09:20:49 -0700] rev 1083
Merge
Sun, 17 Aug 2008 17:02:04 -0700 6496269: Many warnings generated from com/sun/java/util/jar/pack/*.cpp when compiled on Linux
ohair [Sun, 17 Aug 2008 17:02:04 -0700] rev 1082
6496269: Many warnings generated from com/sun/java/util/jar/pack/*.cpp when compiled on Linux Summary: Removal of compiler warnings and fixing of assert logic. Reviewed-by: jrose, ksrini, bristor
Fri, 15 Aug 2008 18:06:42 -0700 6737900: TEST: Some JDI regression tests timeout on slow machines
jjh [Fri, 15 Aug 2008 18:06:42 -0700] rev 1081
6737900: TEST: Some JDI regression tests timeout on slow machines Summary: Don't execute useless code, and split test into multiple @runs. Reviewed-by: tbell
Thu, 28 Aug 2008 11:05:27 -0700 Added tag jdk7-b34 for changeset 8810ae8edcd1
xdono [Thu, 28 Aug 2008 11:05:27 -0700] rev 1080
Added tag jdk7-b34 for changeset 8810ae8edcd1
Wed, 05 Jul 2017 16:40:42 +0200 Merge
duke [Wed, 05 Jul 2017 16:40:42 +0200] rev 1079
Merge
Thu, 04 Sep 2008 18:40:43 -0700 Merge
trims [Thu, 04 Sep 2008 18:40:43 -0700] rev 1078
Merge
Thu, 04 Sep 2008 18:40:08 -0700 6745064: Update Hotspot build number for HS14
trims [Thu, 04 Sep 2008 18:40:08 -0700] rev 1077
6745064: Update Hotspot build number for HS14 Summary: Bump build number for hs14-b04 Reviewed-by: jcoomes
Wed, 03 Sep 2008 14:57:00 -0700 6744422: incorrect handling of -1 in set_jump_destination
never [Wed, 03 Sep 2008 14:57:00 -0700] rev 1076
6744422: incorrect handling of -1 in set_jump_destination Reviewed-by: rasbold
Tue, 02 Sep 2008 08:30:41 -0700 Merge
dcubed [Tue, 02 Sep 2008 08:30:41 -0700] rev 1075
Merge
Thu, 28 Aug 2008 18:17:56 -0700 Merge
poonam [Thu, 28 Aug 2008 18:17:56 -0700] rev 1074
Merge
Wed, 27 Aug 2008 22:45:38 -0700 6731958: Include all the SA classes into sa-jdi.jar
poonam [Wed, 27 Aug 2008 22:45:38 -0700] rev 1073
6731958: Include all the SA classes into sa-jdi.jar Summary: sa-jdi.jar bundled with JDK should include all the SA classes. Reviewed-by: swamyv
Tue, 02 Sep 2008 06:55:23 -0700 Merge
rasbold [Tue, 02 Sep 2008 06:55:23 -0700] rev 1072
Merge
Thu, 28 Aug 2008 23:03:55 -0700 6732698: crash with dead code from compressed oops in gcm
never [Thu, 28 Aug 2008 23:03:55 -0700] rev 1071
6732698: crash with dead code from compressed oops in gcm Reviewed-by: rasbold
Thu, 28 Aug 2008 10:22:12 -0700 6611837: block frequency is zero
rasbold [Thu, 28 Aug 2008 10:22:12 -0700] rev 1070
6611837: block frequency is zero Summary: insert_goto_at should set frequency for newly created blocks Reviewed-by: never
Wed, 27 Aug 2008 16:33:34 -0700 6732732: CTW with EA: assert(n != 0L,"Bad immediate dominator info.")
kvn [Wed, 27 Aug 2008 16:33:34 -0700] rev 1069
6732732: CTW with EA: assert(n != 0L,"Bad immediate dominator info.") Summary: Missing edge to a call's return value in EA Connection Graph. Reviewed-by: never
Wed, 27 Aug 2008 14:47:32 -0700 6741738: TypePtr::add_offset() set incorrect offset when the add overflows
kvn [Wed, 27 Aug 2008 14:47:32 -0700] rev 1068
6741738: TypePtr::add_offset() set incorrect offset when the add overflows Summary: Set offset to OffsetBot when the add overflows in TypePtr::add_offset() Reviewed-by: jrose, never
Wed, 27 Aug 2008 09:15:46 -0700 6736417: Fastdebug C2 crashes in StoreBNode::Ideal
kvn [Wed, 27 Aug 2008 09:15:46 -0700] rev 1067
6736417: Fastdebug C2 crashes in StoreBNode::Ideal Summary: The result of step_through_mergemem() and remove_dead_region() is not checked in some cases. Reviewed-by: never
Wed, 27 Aug 2008 00:21:55 -0700 5108146: Merge i486 and amd64 cpu directories
never [Wed, 27 Aug 2008 00:21:55 -0700] rev 1066
5108146: Merge i486 and amd64 cpu directories 6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
Tue, 26 Aug 2008 15:49:40 -0700 6741642: bad enum definition in ciTypeFlow.hpp
never [Tue, 26 Aug 2008 15:49:40 -0700] rev 1065
6741642: bad enum definition in ciTypeFlow.hpp Reviewed-by: rasbold, martin Contributed-by: doko@ubuntu.com
Mon, 25 Aug 2008 12:16:34 -0700 Merge
ysr [Mon, 25 Aug 2008 12:16:34 -0700] rev 1064
Merge
Wed, 20 Aug 2008 23:05:04 -0700 6728478: Assertion at parallel promotion from young to old generation
jmasa [Wed, 20 Aug 2008 23:05:04 -0700] rev 1063
6728478: Assertion at parallel promotion from young to old generation Summary: The fix avoids a call to address_for_index() in this particular situation where it is not known if the passed index is in bounds. Reviewed-by: tonyp
Wed, 20 Aug 2008 15:41:36 -0700 6739357: CMS: Switch off CMSPrecleanRefLists1 until 6722113 can be fixed
ysr [Wed, 20 Aug 2008 15:41:36 -0700] rev 1062
6739357: CMS: Switch off CMSPrecleanRefLists1 until 6722113 can be fixed Summary: Temporarily switch off the precleaning of Reference lists completely until related issues are fixed in 6722113. Reviewed-by: jmasa, poonam, tonyp
Wed, 20 Aug 2008 11:23:58 -0700 Merge
ysr [Wed, 20 Aug 2008 11:23:58 -0700] rev 1061
Merge
Tue, 19 Aug 2008 17:55:15 -0400 6736341: PermGen size is insufficient for jconsole
tonyp [Tue, 19 Aug 2008 17:55:15 -0400] rev 1060
6736341: PermGen size is insufficient for jconsole Summary: Removing two buggy methods that should not be used, but ended up being used due to a re-organization in the class hierarchy. Reviewed-by: jmasa, ysr, kamg, coleenp
Thu, 21 Aug 2008 05:49:06 -0700 Merge
rasbold [Thu, 21 Aug 2008 05:49:06 -0700] rev 1059
Merge
(0) -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip