- 20 10月, 2010 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 19 10月, 2010 2 次提交
- 18 10月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose, dsamersoff
-
- 16 10月, 2010 2 次提交
- 15 10月, 2010 4 次提交
- 14 10月, 2010 2 次提交
- 13 10月, 2010 6 次提交
-
-
由 acorn 提交于
-
由 roland 提交于
Summary: fixes sparc only assert failure following 6972540 Reviewed-by: never
-
由 twisti 提交于
Reviewed-by: never, jrose
-
由 iveresov 提交于
Summary: Fix compare-and-swap intrinsic problem with G1 post-barriers and issue with branch ranges in G1 stubs on sparc Reviewed-by: never, kvn
-
由 jcoomes 提交于
Reviewed-by: iveresov, tonyp
-
由 johnc 提交于
Summary: Remove G1RemSet base class and StupidG1RemSet class; rename HRInto_G1RemSet to just G1RemSet. Reviewed-by: ysr, tonyp
-
- 12 10月, 2010 2 次提交
- 11 10月, 2010 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 09 10月, 2010 1 次提交
-
-
由 jcoomes 提交于
-
- 08 10月, 2010 4 次提交
-
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NGary Benson <gbenson@redhat.com>
-
由 never 提交于
Reviewed-by: kvn
-
由 bobv 提交于
-
由 bobv 提交于
Reviewed-by: vladidan, dholmes
-
- 07 10月, 2010 2 次提交
- 06 10月, 2010 2 次提交
- 05 10月, 2010 5 次提交
-
-
由 kvn 提交于
Summary: Set upper limit 256 for ObjectAlignmentInBytes value. Reviewed-by: never, iveresov
-
由 iveresov 提交于
Summary: Fix ciMethod::instructions_size() to return correct value Reviewed-by: kvn, twisti
-
由 never 提交于
Reviewed-by: twisti, kvn, iveresov
-
由 acorn 提交于
-
由 acorn 提交于
Summary: Absolute time 0 needs to return immediately. Reviewed-by: phh, dcubed, dholmes
-
- 02 10月, 2010 5 次提交
-
-
由 trims 提交于
-
由 cl 提交于
-
由 tonyp 提交于
Summary: Under certain circumstances a safepoint could happen between a JavaThread object being created and that object being added to the Java threads list. This could cause the active field of that thread's SATB queue to get out-of-sync with respect to the other Java threads. The solution is to activate the SATB queue, when necessary, before adding the thread to the Java threads list, not when the JavaThread object is created. The changeset also includes a small fix to rename the surrogate locker thread from "Surrogate Locker Thread (CMS)" to "Surrogate Locker Thread (Concurrent GC)" since it's also used in G1. Reviewed-by: iveresov, ysr, johnc, jcoomes
-
由 johnc 提交于
-
由 johnc 提交于
Summary: Clear the concurrent marking "in progress" flag while the FullGCCount_lock is held. This avoids a race that can cause back to back System.gc() calls, when ExplicitGCInvokesConcurrent is enabled, to fail to initiate a marking cycle causing the requesting thread to hang. Reviewed-by: tonyp, ysr
-