anoll [Tue, 04 Mar 2014 21:15:33 -0800] rev 23198
Merge
anoll [Wed, 05 Mar 2014 06:08:19 +0100] rev 23197
8036092: [TESTBUG] compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: Unrecognized VM option 'UseTypeSpeculation'
Summary: Add -XX:+IgnoreUnrecognizedVMOptions to @main/othervm to make the test pass on Client VM
Reviewed-by: kvn, roland
neugens [Tue, 04 Mar 2014 18:52:06 -0800] rev 23196
8036619: Shark: add LLVM 3.4 support
Reviewed-by: twisti
simonis [Tue, 04 Mar 2014 17:14:00 +0100] rev 23195
8036614: AIX: fix adjust-mflags.sh to build with GNU Make 4.0 (adapt 8028407 for AIX)
Reviewed-by: kvn
vlivanov [Tue, 04 Mar 2014 02:33:10 -0800] rev 23194
8036100: Default method returns true for a while, and then returns false
Reviewed-by: kvn, jrose
vlivanov [Tue, 04 Mar 2014 02:23:16 -0800] rev 23193
8025842: Convert warning("Thread holding lock at safepoint that vm can block on") to fatal(...)
Reviewed-by: iveresov, roland, coleenp
vlivanov [Tue, 04 Mar 2014 02:20:41 -0800] rev 23192
8035828: Turn on @Stable support in VM
Reviewed-by: jrose, twisti
vlivanov [Tue, 04 Mar 2014 02:19:04 -0800] rev 23191
8035887: VM crashes trying to force inlining the recursive call
Reviewed-by: kvn, twisti
shade [Mon, 03 Mar 2014 15:31:27 +0400] rev 23190
8031818: Experimental VM flag for enforcing safe object construction
Summary: -XX:+AlwaysSafeConstructors to unconditionally emit the trailing constructor barrier.
Reviewed-by: kvn, roland
shade [Mon, 03 Mar 2014 15:54:45 +0400] rev 23189
8033380: Experimental VM flag to enforce access atomicity
Summary: -XX:+AlwaysAtomicAccesses to unconditionally enforce the access atomicity.
Reviewed-by: roland, kvn, iveresov