kvn [Tue, 09 Feb 2010 01:31:13 -0800] rev 4894
6910618: C2: Error: assert(d->is_oop(),"JVM_ArrayCopy: dst not an oop")
Summary: Mark in PcDesc call sites which return oop and save the result oop across objects reallocation during deoptimization.
Reviewed-by: never
kvn [Mon, 08 Feb 2010 12:20:09 -0800] rev 4893
6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
Summary: Set the reexecute bit for runtime calls _new_array_Java when they used for _multianewarray bytecode.
Reviewed-by: never
kvn [Sun, 07 Feb 2010 12:15:06 -0800] rev 4892
6923002: assert(false,"this call site should not be polymorphic")
Summary: Clear the total count when a receiver information is cleared.
Reviewed-by: never, jrose
never [Fri, 05 Feb 2010 11:07:40 -0800] rev 4891
6920293: OptimizeStringConcat causing core dumps
Reviewed-by: kvn, twisti