- 19 4月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Use LIR_OprDesc::as_pointer_register() instead as_register/as_register_lo combination in the code changes for 7035117. Reviewed-by: iveresov
-
- 17 4月, 2011 1 次提交
-
-
由 jmasa 提交于
Summary: Added counters for jstat Reviewed-by: tonyp, jwilhelm, stefank, ysr, johnc
-
- 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
-
- 15 4月, 2011 3 次提交
- 14 4月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: Allow long type for offset in G1 code in compiler implementations of Unsafe.getObject Reviewed-by: never, iveresov
-
- 10 4月, 2011 1 次提交
-
-
由 jrose 提交于
-
- 09 4月, 2011 9 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
由 kvn 提交于
-
由 iveresov 提交于
Summary: Fix -XX:+VerifyOops Reviewed-by: kvn, never
-
由 trims 提交于
Summary: Update the HS21 build number to 08 Reviewed-by: jcoomes
-
由 trims 提交于
-
由 trims 提交于
-
由 kvn 提交于
Summary: Add new policy for one iteration loops (mostly formal pre- loops). Reviewed-by: never
-
由 jmasa 提交于
-
由 jmasa 提交于
-
- 08 4月, 2011 8 次提交
-
-
由 never 提交于
Reviewed-by: iveresov
-
由 jcoomes 提交于
Summary: ignore UseParallel{OldGCDensePrefix,OldGCCompacting,DensePrefixUpdate} Reviewed-by: jwilhelm, brutisso
-
由 jrose 提交于
Summary: catch errors during the compile-time processing of method handles; back out cleanly Reviewed-by: twisti
-
由 jrose 提交于
Summary: Improve error message formatting to give more information to user. Also, catch a corner case related to 6930553 and 6844449. Reviewed-by: kvn
-
由 jrose 提交于
Reviewed-by: twisti
-
由 jcoomes 提交于
Reviewed-by: ysr, johnc, poonam
-
由 schien 提交于
-
由 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 3 次提交
- 06 4月, 2011 3 次提交
- 05 4月, 2011 9 次提交
-
-
由 never 提交于
-
由 never 提交于
Reviewed-by: iveresov, kvn
-
由 kvn 提交于
-
由 never 提交于
-
由 never 提交于
Reviewed-by: kvn, iveresov
-
由 kvn 提交于
Summary: Take into account that after unroll conjoined heads and tails will fold. Reviewed-by: never
-
由 iveresov 提交于
-
由 iveresov 提交于
Summary: With 7033154 we started calling c2 arraycopy stubs from c1. On sparcv9 we must clear the upper 32bits for offset (src_pos, dst_pos) and length parameters when calling them. Reviewed-by: never, kvn
-
由 never 提交于
7026957: assert(type2aelembytes(store->as_Mem()->memory_type(), true) == 1 << shift->in(2)->get_int()) failed Reviewed-by: kvn, jrose
-