kvn [Wed, 22 Jul 2009 15:48:51 -0700] rev 3275
6826736: CMS: core dump with -XX:+UseCompressedOops
Summary: Fix deoptimization code and OopMapSet::all_do() to check for oop = narrow_oop_base.
Reviewed-by: jcoomes, phh, ysr, never
jrose [Tue, 21 Jul 2009 21:33:44 -0700] rev 3274
Merge
jrose [Tue, 21 Jul 2009 16:56:06 -0700] rev 3273
6862576: vmIntrinsics needs cleanup in order to support JSR 292 intrinsics
Summary: remove useless lazy evaluation of intrinsics; add LAST_COMPILER_INLINE to help categorize them
Reviewed-by: kvn
never [Tue, 21 Jul 2009 16:42:58 -0700] rev 3272
6857159: local schedule failed with checkcast of Thread.currentThread()
Reviewed-by: kvn
kvn [Fri, 17 Jul 2009 00:50:55 -0700] rev 3271
Merge
kvn [Thu, 16 Jul 2009 16:29:55 -0700] rev 3270
6851282: JIT miscompilation results in null entry in array when using CompressedOops
Summary: Get type for new Phi from non dead path.
Reviewed-by: never
never [Thu, 16 Jul 2009 17:59:27 -0700] rev 3269
6861513: correct copyright attribution in test for 6837094 and 6860469
Reviewed-by: rasbold
kvn [Thu, 16 Jul 2009 14:10:42 -0700] rev 3268
6851742: (EA) allocation elimination doesn't work with UseG1GC
Summary: Fix eliminate_card_mark() to eliminate G1 pre/post barriers.
Reviewed-by: never
never [Wed, 15 Jul 2009 13:37:35 -0700] rev 3267
6860469: remix_address_expressions sets incorrect control causing crash in split_if_with_block_post
Reviewed-by: never, kvn
Contributed-by: yamauchi@google.com, rasbold@google.com
never [Mon, 13 Jul 2009 15:00:22 -0700] rev 3266
Merge
never [Mon, 13 Jul 2009 14:58:17 -0700] rev 3265
6859338: amd64 native unverified entry point pushes values before implicit null check
Reviewed-by: kvn, twisti
ysr [Thu, 16 Jul 2009 12:38:26 -0700] rev 3264
Merge
tonyp [Wed, 15 Jul 2009 12:22:59 -0400] rev 3263
6859911: G1: assert(Heap_lock->owner() = NULL, "Should be owned on this thread's behalf")
Summary: The used() method assumes that the heap lock is held when it is called. However, when used() is called from print_on(), this is not the case.
Reviewed-by: ysr, jmasa
ysr [Tue, 14 Jul 2009 15:40:39 -0700] rev 3262
6700789: G1: Enable use of compressed oops with G1 heaps
Summary: Modifications to G1 so as to allow the use of compressed oops.
Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp