twisti [Fri, 11 Feb 2011 03:17:53 -0800] rev 8326
7018673: Zero: 6953144, 6990754 and 7009756 made some changes which broke Zero
Reviewed-by: kvn, chrisphi, twisti
kvn [Thu, 10 Feb 2011 19:34:48 -0800] rev 8325
7018849: 7017124 fix broke VM build on some platforms
Summary: Use atomic load and store in inc_stat_counter() only on SPARC and X86.
Reviewed-by: iveresov
kvn [Thu, 10 Feb 2011 14:25:59 -0800] rev 8324
7017746: Regression : C2 compiler crash due to SIGSEGV in PhaseCFG::schedule_early()
Summary: Add TEMP edges (and KILL projections) before duplicated operands are removed in Expand() methods.
Reviewed-by: never
twisti [Thu, 10 Feb 2011 00:47:59 -0800] rev 8323
7018277: JSR 292 change test/compiler/6987555/Test6987555.java to new MH syntax
Summary: test/compiler/6987555/Test6987555.java currently does not compile because the MH return-type syntax has changed.
Reviewed-by: never
iveresov [Wed, 09 Feb 2011 16:34:34 -0800] rev 8322
7017434: Tiered needs to support reprofiling
Summary: Tiered needs to support proper method reprofiling after deopts.
Reviewed-by: kvn
kvn [Tue, 08 Feb 2011 16:12:16 -0800] rev 8321
7014874: Incorrect COOPs modes on solaris-{sparcv9,amd64} with ParallelGC
Summary: Align old gen size down to keep specified heap size.
Reviewed-by: ysr
kvn [Mon, 07 Feb 2011 10:34:39 -0800] rev 8320
7017124: Fix some VM stats to avoid 32-bit overflow
Summary: Added new method inc_stat_counter() to increment long statistic values and use atomic long load and store.
Reviewed-by: dholmes, jrose, phh, never
kvn [Mon, 07 Feb 2011 10:25:39 -0800] rev 8319
7013538: Java memory leak with escape analysis
Summary: Don't allocate VectorSet iterator on C heap. Reuse resource storage in EA.
Reviewed-by: never
kvn [Mon, 07 Feb 2011 09:46:01 -0800] rev 8318
7017240: C2: native memory leak in nsk/regression/b4675027 on windows-x86 in comp mode with G1
Summary: Add ResourceMark into PhaseIdealLoop::build_and_optimize().
Reviewed-by: never
kvn [Tue, 01 Feb 2011 10:27:02 -0800] rev 8317
7014998: assert(is_T_family(features) == is_niagara(features)) failed: Niagara should be T series
Summary: Use substring search instead of compare and convert string to upper case before search.
Reviewed-by: never, phh, iveresov