never [Fri, 15 Jan 2010 16:15:45 -0800] rev 4646
6879943: CTW failure jdk6_18/hotspot/src/share/vm/c1/c1_LIR.hpp:2029
Reviewed-by: kvn, cfang
never [Fri, 15 Jan 2010 11:53:33 -0800] rev 4645
6849984: Value methods for platform dependent math functions constant fold incorrectly
Reviewed-by: kvn, twisti
jrose [Wed, 13 Jan 2010 23:05:52 -0800] rev 4644
6912065: final fields in objects need to support inlining optimizations for JSR 292
Reviewed-by: twisti, kvn
cfang [Tue, 12 Jan 2010 14:37:35 -0800] rev 4643
6894779: Loop Predication for Loop Optimizer in C2
Summary: Loop predication implementation
Reviewed-by: never, kvn
trims [Tue, 19 Jan 2010 14:23:18 -0800] rev 4642
Merge
ysr [Sat, 16 Jan 2010 23:51:50 -0800] rev 4641
Merge
johnc [Wed, 13 Jan 2010 15:45:47 -0800] rev 4640
6915005: G1: Hang in PtrQueueSet::completed_buffers_list_length with gcl001
Summary: When enqueuing a completed PtrQueue buffer, cache a local pointer to the buffer and clear the field in the PtrQueue prior to unlocking the mutex referenced by the _lock field and pass the cached local value to the enqueuing routine. This will prevent the same completed buffer being enqueued multiple times, which causes the hang.
Reviewed-by: ysr
tonyp [Thu, 14 Jan 2010 09:20:13 -0800] rev 4639
Merge