- 23 6月, 2011 1 次提交
-
-
由 never 提交于
Summary: don't skip receiver when GC'ing compiled invokedynamic callsites Reviewed-by: twisti, kvn, jrose
-
- 22 6月, 2011 1 次提交
-
-
由 never 提交于
Summary: code was using andq reg, imm instead of addq addr, imm Reviewed-by: kvn, jrose, twisti
-
- 21 6月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Keep 'ne' test in Counted loop when we can't guarantee during compilation that init < limit. Reviewed-by: never
-
- 17 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose, twisti, bdelsart
-
- 15 6月, 2011 2 次提交
- 09 6月, 2011 1 次提交
-
-
由 jrose 提交于
Reviewed-by: never, twisti
-
- 05 6月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Mark all associated (same box and obj) lock and unlock nodes for elimination if some of them marked already. Reviewed-by: iveresov, never
-
- 04 6月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 03 6月, 2011 2 次提交
- 02 6月, 2011 2 次提交
-
-
由 jrose 提交于
Summary: change the default setting of the flag AllowInvokeGeneric to false Reviewed-by: never
-
由 jrose 提交于
7049415: Failure of resolution of sym.reference to the c.s.s. should be wrapped in BootstrapMethodError Summary: Delegate invokedynamic linkage errors to MethodHandleNatives.raiseException. Reviewed-by: never
-
- 01 6月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: optimize cmp_ne(xor(X,1),0) to cmp_eq(X,0) only for boolean values X. Reviewed-by: never
-
- 28 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Fix initialization of a newly-allocated array with arraycopy Reviewed-by: never
-
- 27 5月, 2011 2 次提交
- 26 5月, 2011 2 次提交
- 25 5月, 2011 3 次提交
-
-
由 kvn 提交于
Summary: ciObject::can_be_constant() and should_be_constant() should use is_perm() instead of !is_scavengable() Reviewed-by: never, jrose
-
由 iveresov 提交于
Summary: Fixed invalid casts in address computation Reviewed-by: kvn, never Contributed-by: thomas.salter@unisys.com
-
由 kvn 提交于
Summary: The code incorrectly used is_instptr() instead of is_oopptr() to get const_oop. Reviewed-by: never
-
- 24 5月, 2011 1 次提交
-
-
由 ysr 提交于
Summary: Do a one-step look-ahead, when sweeping free or garbage blocks, to avoid overstepping sweep limit, which may become a non-block-boundary because of a heap expansion delta coalescing with a previously co-terminal free block. Reviewed-by: brutisso, tonyp
-
- 22 5月, 2011 3 次提交
-
-
由 coleenp 提交于
Summary: Unrewrite bytecodes for OOM error allocating the constant pool cache. Reviewed-by: dcubed, acorn, never
-
由 kvn 提交于
Summary: Replace the assert in PhiNode::Ideal with check to avoid transformation of new phi. Reviewed-by: never
-
由 kvn 提交于
Summary: New limit for unrolled loop should be set only for zero trip guard and loop iteration test. Reviewed-by: never
-
- 21 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Missing fail flag set in strings concatenation code. Reviewed-by: never
-
- 18 5月, 2011 2 次提交
- 17 5月, 2011 4 次提交
-
-
由 bdelsart 提交于
Summary: ARM ricochet port and minor fixes in shared debug code Reviewed-by: jrose, vladidan
-
由 johnc 提交于
Summary: During an evacuation pause clear the region fields of any concurrent marking task whose local finger points into the collection set as the values in the region fields will become stale. Clearing these fields causes the concurrent mark task to claim a new region when marking restarts after the pause. Reviewed-by: tonyp, iveresov
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
由 kvn 提交于
Summary: Fix problems in new RCE code. Reviewed-by: never
-
- 13 5月, 2011 3 次提交
- 12 5月, 2011 1 次提交
-
-
由 ysr 提交于
Summary: Fixed assertion checking code that was attempting to translate addresses past end of space for card-table slot. Also elaborated some assertion checking messages. Reviewed-by: iveresov, jmasa, tonyp
-
- 11 5月, 2011 3 次提交
-
-
由 never 提交于
7043040: JSR292: JRuby bench/shootout/binarytrees.ruby-2.ruby SEGV: constantPoolKlass::oop_follow_contents Reviewed-by: kvn, ysr
-
由 kvn 提交于
Summary: Generate Opaque2 node only during first unroll. Reviewed-by: never
-
由 iveresov 提交于
Summary: Fixed the warning, also fixed copyrights in a bunch of files. Reviewed-by: johnc, kvn
-