- 22 7月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add new short branch instruction to Hotspot sparc assembler. Reviewed-by: never, twisti, jrose
-
- 09 7月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Pass arguments to runtime via java array for arrays with > 5 dimensions Reviewed-by: never, kvn, jrose, pbk
-
- 07 7月, 2011 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: dholmes, never, jwilhelm, kvn
-
- 29 6月, 2011 2 次提交
- 23 6月, 2011 1 次提交
-
-
由 never 提交于
Summary: don't skip receiver when GC'ing compiled invokedynamic callsites Reviewed-by: twisti, kvn, jrose
-
- 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
-
- 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 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, jrose
-
- 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
-
- 25 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: The code incorrectly used is_instptr() instead of is_oopptr() to get const_oop. Reviewed-by: never
-
- 22 5月, 2011 2 次提交
- 21 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Missing fail flag set in strings concatenation code. Reviewed-by: never
-
- 18 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose
-
- 17 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Fix problems in new RCE code. Reviewed-by: never
-
- 13 5月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, kvn, never
-
- 11 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Generate Opaque2 node only during first unroll. Reviewed-by: never
-
- 10 5月, 2011 1 次提交
-
-
由 twisti 提交于
7042122: JSR 292: adjust various inline thresholds for JSR 292 API methods and method handle adapters Reviewed-by: jrose, never, kvn
-
- 06 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Separate limit by Opaque2 node when calculating new limit for unrolled loop. Reviewed-by: never
-
- 05 5月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Fix integer overflow problem in the code generated by loop optimizer. Reviewed-by: never
-
- 04 5月, 2011 2 次提交
- 03 5月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 02 5月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, never
-
- 29 4月, 2011 2 次提交
- 28 4月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: iveresov, kvn
-
- 27 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: A predicate should not be moved in partial peel optimization since it will invalidate jvm state of its uncommon trap. Reviewed-by: never
-
- 26 4月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: twisti
-
- 21 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: memory slices should be always created for non-static fields after allocation Reviewed-by: never
-
- 16 4月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Missing parentheses around a casted expression and some missing casts were causing build failures with the jdk6 build tools. Reviewed-by: kvn, brutisso
-
- 14 4月, 2011 2 次提交
- 09 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add new policy for one iteration loops (mostly formal pre- loops). Reviewed-by: never
-
- 08 4月, 2011 2 次提交
-
-
由 jrose 提交于
Summary: catch errors during the compile-time processing of method handles; back out cleanly Reviewed-by: twisti
-
由 johnc 提交于
Summary: A referent object that is only weakly reachable at the start of concurrent marking but is re-attached to the strongly reachable object graph during marking may not be marked as live. This can cause the reference object to be processed prematurely and leave dangling pointers to the referent object. Implement a read barrier for the java.lang.ref.Reference::referent field by intrinsifying the Reference.get() method, and intercepting accesses though JNI, reflection, and Unsafe, so that when a non-null referent object is read it is also logged in an SATB buffer. Reviewed-by: kvn, iveresov, never, tonyp, dholmes
-
- 07 4月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Swap checks: check for regular memory slice first and keep input phi. Reviewed-by: never
-