- 19 11月, 2011 1 次提交
-
-
由 never 提交于
7110489: C1: 64-bit tiered with ForceUnreachable: assert(reachable(src)) failed: Address should be reachable Reviewed-by: kvn, iveresov, twisti
-
- 17 11月, 2011 3 次提交
-
-
由 twisti 提交于
7108383: JSR 292: JRuby bench_define_method_methods.rb: assert(slow_jvms != NULL) failed: miss path must not Reviewed-by: kvn, never
-
由 iveresov 提交于
Summary: Move the inlinee invoke notification callback into inlinee preamble Reviewed-by: kvn, never
-
由 kvn 提交于
Summary: Try to eliminate allocations and related locks immediately after escape analysis. Reviewed-by: never
-
- 16 11月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, never, bdelsart
-
- 15 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: optimize pointers compare using EA information. Reviewed-by: never, twisti
-
- 11 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Exact limit of empty loop calculated incorrectly. Reviewed-by: iveresov, never
-
- 10 11月, 2011 1 次提交
-
-
由 twisti 提交于
-
- 09 11月, 2011 6 次提交
-
-
由 kvn 提交于
Summary: Use dead nodes elimination code in PhaseIdealLoop before executing EA. Reviewed-by: never, twisti
-
由 kvn 提交于
Summary: zero array when compiled code is deoptimized. Reviewed-by: never, twisti
-
由 twisti 提交于
7087727: JSR 292: C2 crash if ScavengeRootsInCode=2 when "static final" MethodHandle constants are in use Reviewed-by: jrose, kvn, never
-
由 never 提交于
Reviewed-by: kvn, twisti
-
由 never 提交于
Reviewed-by: jrose, kvn
-
由 never 提交于
Reviewed-by: kvn, jrose, twisti
-
- 08 11月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Split adjust_escape_state() method into two methods to find initializing stores. Reviewed-by: never
-
- 05 11月, 2011 4 次提交
-
-
由 jcoomes 提交于
Reviewed-by: johnc Contributed-by: alejandro.murillo@oracle.com
-
由 never 提交于
Reviewed-by: never, kvn Contributed-by: NAndreas Schoesser <andreas.schoesser@sap.com>
-
由 jcoomes 提交于
-
由 jcoomes 提交于
-
- 04 11月, 2011 1 次提交
-
-
由 katleman 提交于
-
- 03 11月, 2011 2 次提交
- 01 11月, 2011 2 次提交
-
-
由 brutisso 提交于
Summary: Moved precompiled.hpp to src/share/vm/precompiled Reviewed-by: coleenp, dholmes Contributed-by: Nrbackman <rickard.backman@oracle.com>
-
由 kvn 提交于
Summary: Use -Xss224k instead of -Xss128k. Reviewed-by: never
-
- 31 10月, 2011 2 次提交
- 29 10月, 2011 5 次提交
- 28 10月, 2011 5 次提交
-
-
由 kvn 提交于
Summary: Reimplemented class VSetI_ to restore Set::print(). Reviewed-by: never
-
由 dholmes 提交于
Summary: Disable PrintVMOptions in embedded debug builds so tests are unaffected by extra output Reviewed-by: twisti, coleenp, phh, fparain, dsamersoff
-
由 iveresov 提交于
Summary: Initialize printable_bci of instruction when passed to Canonicalizer Reviewed-by: kvn, never
-
由 katleman 提交于
-
由 kvn 提交于
Summary: Define ciMethodHandle::print_chain_impl() and ciMethodHandle::print_chain() bodies only in debug builds. Reviewed-by: never, twisti
-
- 27 10月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: never, bdelsart
-
- 26 10月, 2011 3 次提交
-
-
由 kvn 提交于
Summary: Avoid CMove in a loop if possible. May generate CMove if it could be moved outside a loop. Reviewed-by: never
-
由 brutisso 提交于
7102191: G1: assert(_min_desired_young_length <= initial_region_num) failed: Initial young gen size too small Summary: initial_region_num actually not needed. Reviewed-by: tonyp, johnc
-
由 ysr 提交于
7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot non-empty, chunk not on free list Summary: Suitably weaken asserts that were in each case a tad too strong; fix up some loose uses of parameters in code related to size-indexed free list table. Reviewed-by: jmasa, brutisso, stefank
-