- 04 10月, 2011 2 次提交
-
-
由 tonyp 提交于
Reviewed-by: brutisso, johnc
-
由 johnc 提交于
7097053: G1: assert(da ? referent->is_oop() : referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054 Summary: During remembered set scanning, the reference processor could discover a reference object whose referent was in the process of being copied and so may not be completely initialized. Do not perform reference discovery during remembered set scanning. Reviewed-by: tonyp, ysr
-
- 29 9月, 2011 1 次提交
-
-
由 johnc 提交于
7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead objs: g1CollectedHeap.cpp:3835 Summary: Some objects may not be marked in the event of an evacuation failure in a partially young GC, during a marking cycle. Avoid this situation by not allowing partially young GCs during a marking cycle. Reviewed-by: tonyp, ysr, brutisso
-
- 26 9月, 2011 1 次提交
-
-
由 brutisso 提交于
Summary: Added extern "C" to make it build with JDK6 compilers Reviewed-by: jwilhelm, kvn
-
- 24 9月, 2011 1 次提交
-
-
由 tonyp 提交于
Summary: Fixed a few inconsistencies in the monitoring data, in particular when reported from jstat. Reviewed-by: jmasa, brutisso, johnc
-
- 23 9月, 2011 1 次提交
-
-
由 johnc 提交于
Summary: G1 now uses two reference processors - one is used by concurrent marking and the other is used by STW GCs (both full and incremental evacuation pauses). In an evacuation pause, the reference processor is embedded into the closures used to scan objects. Doing so causes causes reference objects to be 'discovered' by the reference processor. At the end of the evacuation pause, these discovered reference objects are processed - preserving (and copying) referent objects (and their reachable graphs) as appropriate. Reviewed-by: ysr, jwilhelm, brutisso, stefank, tonyp
-
- 22 9月, 2011 4 次提交
-
-
由 tonyp 提交于
Reviewed-by: jcoomes, johnc
-
由 johnc 提交于
Summary: Cast HeapRegion::GrainBytes to size_t in output statement. Reviewed-by: ysr, brutisso, pbk, tonyp
-
由 tonyp 提交于
Summary: The desired min / max heap sizes are miscalculated at initialization when NewRatio is used. The changeset also includes an additional small change to turn a print statement into a warning. Reviewed-by: johnc, jmasa, ysr, brutisso
-
由 johnc 提交于
Summary: Displays the elapsed time taken to perform reference processing during remark as part of the PrintGCDetails output. Reviewed-by: ysr
-
- 21 9月, 2011 2 次提交
-
-
由 tonyp 提交于
Summary: Make sure the eden and survivor pools have "Space" in their name. Reviewed-by: jmasa, ysr
-
由 johnc 提交于
Summary: As a result of the changes for 7080389, an evacuation failure during an initial mark pause may result in some root objects not being marked. Pass whether the caller is a root scanning closure into the evacuation failure handling code so that the thread that successfully forwards an object to itself also marks the object. Reviewed-by: ysr, brutisso, tonyp
-
- 20 9月, 2011 1 次提交
-
-
由 tonyp 提交于
Summary: Extend the SA to recognize the G1CollectedHeap and implement any code that's needed by our serviceability tools (jmap, jinfo, jstack, etc.) that depend on the SA. Reviewed-by: never, poonam, johnc
-
- 17 9月, 2011 1 次提交
-
-
由 jcoomes 提交于
Reviewed-by: tonyp, never, phh, jmasa
-
- 16 9月, 2011 6 次提交
- 15 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 14 9月, 2011 6 次提交
-
-
由 bdelsart 提交于
Summary: shared fix necessary for ARM/PPC Reviewed-by: twisti, roland
-
由 bdelsart 提交于
Summary: ARM only, avoid assertion failures for huge constants generated by C1 shared code Reviewed-by: never, vladidan
-
由 kvn 提交于
Summary: Fixed warnings which prevent building VM with old compilers. Reviewed-by: never
-
由 iveresov 提交于
Summary: Fix _numa_used_node_list array size specification Reviewed-by: kvn, johnc, jmasa, ysr
-
由 kvn 提交于
Summary: Replace assert with check to delete MachTemp nodes only when they are really dead. Reviewed-by: never
-
由 tonyp 提交于
Summary: When refactoring the code for a previous fix, a condition was not correctly negated which prevents the G1 policy from adding the correct number of old regions to the CSet when the young gen size is fixed. The changeset also fixes a small syntactical issue in g1ErgoVerbose.hpp which is causing compiler warnings. Reviewed-by: brutisso, ysr
-
- 13 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn, twisti
-
- 12 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 11 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose, twisti, kvn, coleenp
-
- 10 9月, 2011 6 次提交
- 09 9月, 2011 3 次提交
- 08 9月, 2011 1 次提交
-
-
由 brutisso 提交于
Summary: Make G1 handle young gen size command line flags more consistently Reviewed-by: tonyp, jwilhelm
-