cfang [Fri, 24 Apr 2009 09:14:39 -0700] rev 2575
6833951: Extra ":" Causes Testcase in CR 6589834 "Parse Exception: Invalid tag: summary:"
Summary: Remove the colon
Reviewed-by: never
cfang [Thu, 23 Apr 2009 14:04:24 -0700] rev 2574
6589834: deoptimization problem with -XX:+DeoptimizeALot
Summary: Relocate the stack pointer adjustment to where uncommon_trap is actually inserted for new_array.
Reviewed-by: kvn, jrose
kvn [Wed, 22 Apr 2009 17:03:18 -0700] rev 2573
6709742: find_base_for_derived's use of Ideal NULL is unsafe causing crashes during register allocation
Summary: Create a mach node corresponding to ideal node ConP #NULL specifically for derived pointers.
Reviewed-by: never
twisti [Wed, 22 Apr 2009 06:09:24 -0700] rev 2572
Merge
twisti [Tue, 21 Apr 2009 11:16:30 -0700] rev 2571
6822110: Add AddressLiteral class on SPARC
Summary: The Address class on SPARC currently handles both, addresses and address literals, what makes the Address class more complicated than it has to be.
Reviewed-by: never, kvn
jrose [Tue, 21 Apr 2009 23:21:04 -0700] rev 2570
6655646: dynamic languages need dynamically linked call sites
Summary: invokedynamic instruction (JSR 292 RI)
Reviewed-by: twisti, never