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
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
tbell [Mon, 25 Aug 2008 23:33:24 -0700] rev 1087
Merge
tbell [Tue, 19 Aug 2008 16:05:26 -0700] rev 1086
Merge
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
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
tbell [Mon, 18 Aug 2008 09:20:49 -0700] rev 1083
Merge
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
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
xdono [Thu, 28 Aug 2008 11:05:27 -0700] rev 1080
Added tag jdk7-b34 for changeset 8810ae8edcd1
duke [Wed, 05 Jul 2017 16:40:42 +0200] rev 1079
Merge
trims [Thu, 04 Sep 2008 18:40:43 -0700] rev 1078
Merge
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
never [Wed, 03 Sep 2008 14:57:00 -0700] rev 1076
6744422: incorrect handling of -1 in set_jump_destination
Reviewed-by: rasbold
dcubed [Tue, 02 Sep 2008 08:30:41 -0700] rev 1075
Merge
poonam [Thu, 28 Aug 2008 18:17:56 -0700] rev 1074
Merge
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
rasbold [Tue, 02 Sep 2008 06:55:23 -0700] rev 1072
Merge
never [Thu, 28 Aug 2008 23:03:55 -0700] rev 1071
6732698: crash with dead code from compressed oops in gcm
Reviewed-by: rasbold
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
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
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
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
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
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
ysr [Mon, 25 Aug 2008 12:16:34 -0700] rev 1064
Merge
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
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
ysr [Wed, 20 Aug 2008 11:23:58 -0700] rev 1061
Merge
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