roland [Fri, 02 Mar 2012 16:04:24 +0100] rev 12105
6910464: Lookupswitch and Tableswitch default branches not recognized as safepoints
Summary: C1 does not recognize the default branch of a lookupswitch or tableswitch bytecode to be a safepoint if backward.
Reviewed-by: kvn, never
acorn [Fri, 09 Mar 2012 00:28:20 -0500] rev 12104
Merge
coleenp [Mon, 05 Mar 2012 14:19:00 -0500] rev 12103
7150046: SIGILL on sparcv9 fastdebug
Summary: Breakpoint needs to do 64-bit compare for pointers on sparcv9
Reviewed-by: coleenp, never
Contributed-by: dean.long@oracle.com
dsamersoff [Thu, 01 Mar 2012 12:41:13 +0400] rev 12102
7118280: The gbyc00102 JCK7 test causes an assert in JVM 7.0 fastdebug mode
Summary: Assert doesn't respect invokedynamic opcode
Reviewed-by: dcubed, phh
dcubed [Thu, 08 Mar 2012 06:33:26 -0800] rev 12101
7152206: anti-delta the fix for 7152031
Summary: Backout the fix for 7152031; the real bug to be fixed in jdk repo.
Reviewed-by: michaelm
dcubed [Wed, 07 Mar 2012 14:58:17 -0800] rev 12100
7152031: Hotspot needs updated xawt path [macosx]
Summary: Update to use the right path on MacOS X.
Reviewed-by: michaelm, jcoomes, amurillo
brutisso [Mon, 05 Mar 2012 22:34:18 +0100] rev 12099
Merge
jcoomes [Sat, 03 Mar 2012 12:45:10 -0800] rev 12098
7150899: remove unused build.targets lines from jprt.properties
Reviewed-by: ohair
jcoomes [Sat, 03 Mar 2012 12:36:35 -0800] rev 12097
7150454: add release jdk7u4 to jprt.properties
Reviewed-by: ohair, never
johnc [Fri, 02 Mar 2012 10:36:16 -0800] rev 12096
7147806: G1: Crash in vm bootstrap when running with -XX:+UseG1GC -XX:-UsePerfData
Summary: Update generation and collector counters only if UsePerfData is enabled.
Reviewed-by: iveresov, tonyp