never [Fri, 28 Oct 2011 14:44:52 -0700] rev 10976
7103261: crash with jittester on sparc
Reviewed-by: iveresov, kvn
kvn [Thu, 27 Oct 2011 18:20:50 -0700] rev 10975
7105611: Set::print() is broken
Summary: Reimplemented class VSetI_ to restore Set::print().
Reviewed-by: never
iveresov [Thu, 27 Oct 2011 14:40:25 -0700] rev 10974
7104177: Tiered: -XX:+PrintCanonicalization doesn't work with -XX:+TieredCompilation
Summary: Initialize printable_bci of instruction when passed to Canonicalizer
Reviewed-by: kvn, never
kvn [Thu, 27 Oct 2011 09:39:24 -0700] rev 10973
7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->"
Summary: Define ciMethodHandle::print_chain_impl() and ciMethodHandle::print_chain() bodies only in debug builds.
Reviewed-by: never, twisti
twisti [Thu, 27 Oct 2011 04:43:37 -0700] rev 10972
7102657: JSR 292: C1 deoptimizes unlinked invokedynamic call sites infinitely
Reviewed-by: never, bdelsart
kvn [Wed, 26 Oct 2011 06:08:56 -0700] rev 10971
7097546: Optimize use of CMOVE instructions
Summary: Avoid CMove in a loop if possible. May generate CMove if it could be moved outside a loop.
Reviewed-by: never
kvn [Tue, 25 Oct 2011 12:51:13 -0700] rev 10970
7059039: EA: don't change non-escaping state of NULL pointer
Summary: NULL pointers do not escape but escape state propagation may change it leading to worser results.
Reviewed-by: never
never [Tue, 25 Oct 2011 08:17:15 -0700] rev 10969
7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
Reviewed-by: never
Contributed-by: Omair Majid <omajid@redhat.com>
twisti [Tue, 25 Oct 2011 04:07:20 -0700] rev 10968
7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I
Reviewed-by: kvn, iveresov
twisti [Tue, 25 Oct 2011 00:55:10 -0700] rev 10967
7094138: JSR 292: JRuby junit test fails in CallSite.setTargetNormal: obj->is_oop() failed: sanity check
Reviewed-by: iveresov, never