- 06 4月, 2010 1 次提交
-
-
由 tonyp 提交于
Summary: Calling the methods region_stack_push() and region_stack_pop() concurrent is not MT-safe. The assumption is that we will only call region_stack_push() during a GC pause and region_stack_pop() during marking. Unfortunately, we also call region_stack_push() during marking which seems to be introducing subtle marking failures. This change introduces lock-based methods for pushing / popping to be called during marking. Reviewed-by: iveresov, johnc
-
- 03 4月, 2010 1 次提交
-
-
由 tonyp 提交于
Summary: Enable parallel RSet updating and scanning. Reviewed-by: iveresov, jmasa
-
- 31 3月, 2010 1 次提交
-
-
由 tonyp 提交于
Summary: Remove the G1GCPercent parameter, that specifies the desired GC overhead percentage in G1, and observe the GCTimeRatio parameter instead. Reviewed-by: jmasa, johnc
-
- 05 7月, 2017 37 次提交
-
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-
由 duke 提交于
-