mdoerr [Thu, 17 Jul 2014 10:21:31 +0200] rev 25740
8050972: Concurrency problem in PcDesc cache
Summary: The entries of the PcDesc cache in nmethods are not declared as volatile, but they are accessed and modified by several threads concurrently.
Reviewed-by: kvn, dholmes, dcubed
anoll [Mon, 21 Jul 2014 10:25:58 +0200] rev 25739
8051303: 'optimized' build broken by JDK-8039425
Summary: Changed preprocessor directive in PhaseIterGVN::optimize()
Reviewed-by: kvn, anoll
Contributed-by: Zoltan Majo <zoltan.majo@oracle.com>
iignatyev [Sat, 19 Jul 2014 13:43:02 +0400] rev 25738
Merge
iignatyev [Sat, 19 Jul 2014 00:34:40 +0400] rev 25737
8031978: compiler/ciReplay/TestVM_no_comp_level.sh fails with "TEST [CHECK :: REPLAY DATA GENERATION] FAILED:
Reviewed-by: kvn
iignatyev [Sat, 19 Jul 2014 00:34:20 +0400] rev 25736
8032449: Get rid of JMX in test/compiler
Reviewed-by: kvn
aaivanov [Sat, 19 Jul 2014 00:33:37 +0400] rev 25735
8049348: compiler/intrinsics/bmi/verifycode tests on lzcnt and tzcnt use incorrect assumption about REXB prefix usage
Reviewed-by: kvn
fzhinkin [Sat, 19 Jul 2014 00:32:23 +0400] rev 25734
6848902: [TESTBUG] The compiler/6589834/Test_ia32.java timed out
Reviewed-by: kvn, iignatyev