Fri, 12 Feb 2010 08:54:13 -0800 6925249: assert(last_sp < (intptr_t*) interpreter_frame_monitor_begin(),"bad tos")
kvn [Fri, 12 Feb 2010 08:54:13 -0800] rev 4896
6925249: assert(last_sp < (intptr_t*) interpreter_frame_monitor_begin(),"bad tos") Summary: Fix assert since top deoptimized frame has last_sp == interpreter_frame_monitor_begin if there are no expressions. Reviewed-by: twisti
Tue, 09 Feb 2010 10:21:06 -0800 6924097: assert((_type == Type::MEMORY) == (_adr_type != 0),"adr_type for memory phis only")
kvn [Tue, 09 Feb 2010 10:21:06 -0800] rev 4895
6924097: assert((_type == Type::MEMORY) == (_adr_type != 0),"adr_type for memory phis only") Summary: Use PhiNode::make_blank(r, n) method to construct the phi. Reviewed-by: never
Tue, 09 Feb 2010 01:31:13 -0800 6910618: C2: Error: assert(d->is_oop(),"JVM_ArrayCopy: dst not an oop")
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
Mon, 08 Feb 2010 12:20:09 -0800 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
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
Sun, 07 Feb 2010 12:15:06 -0800 6923002: assert(false,"this call site should not be polymorphic")
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
Fri, 05 Feb 2010 11:07:40 -0800 6920293: OptimizeStringConcat causing core dumps
never [Fri, 05 Feb 2010 11:07:40 -0800] rev 4891
6920293: OptimizeStringConcat causing core dumps Reviewed-by: kvn, twisti
Thu, 11 Feb 2010 10:48:10 -0800 Merge
apangin [Thu, 11 Feb 2010 10:48:10 -0800] rev 4890
Merge
Mon, 08 Feb 2010 13:49:03 -0500 6587322: dtrace probe object__alloc doesn't fire in some situations on amd64
kamg [Mon, 08 Feb 2010 13:49:03 -0500] rev 4889
6587322: dtrace probe object__alloc doesn't fire in some situations on amd64 Summary: Fix misplaced probe point Reviewed-by: rasbold, phh Contributed-by: neojia@gmail.com
Mon, 08 Feb 2010 09:58:32 -0800 Merge
johnc [Mon, 08 Feb 2010 09:58:32 -0800] rev 4888
Merge
Tue, 02 Feb 2010 18:39:50 -0800 6914402: G1: assert(!is_young_card(cached_ptr),"shouldn't get a card in young region")
johnc [Tue, 02 Feb 2010 18:39:50 -0800] rev 4887
6914402: G1: assert(!is_young_card(cached_ptr),"shouldn't get a card in young region") Summary: Invalid assert. Filter cards evicted from the card count cache instead. Reviewed-by: apetrusenko, tonyp
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip