- 11 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: jrose, twisti, kvn, coleenp
-
- 10 9月, 2011 2 次提交
- 09 9月, 2011 1 次提交
-
-
由 tonyp 提交于
Reviewed-by: brutisso, ysr
-
- 08 9月, 2011 8 次提交
-
-
由 brutisso 提交于
Summary: Make G1 handle young gen size command line flags more consistently Reviewed-by: tonyp, jwilhelm
-
由 tonyp 提交于
Summary: Fixed inconsistencies and mistakes in the young list target length calculations so that a) the calculated target length is optimal (before, it was not), b) other parameters like max survivor size and max gc locker eden expansion are always consistent with the calculated target length (before, they were not always), and c) the resulting target length was always bound by desired min and max values (before, it was not). Reviewed-by: brutisso, johnc
-
由 roland 提交于
Summary: PhaseChaitin::yank_if_dead() should be able to handle MachTemp inputs as a special case and yank them. Reviewed-by: never, kvn
-
由 twisti 提交于
Reviewed-by: jrose, never
-
由 bdelsart 提交于
Summary: changes necessary for some JSR292 ports Reviewed-by: jrose, dholmes
-
由 ysr 提交于
Summary: If and when the reference handler thread is able to use the discovered field to link reference objects in its pending list, so will GC. In that case, GC will scan through this field once a reference object has been placed on the pending list, but not scan that field before that stage, as the field is used by the concurrent GC thread to link discovered objects. When ReferenceHandleR thread does not use the discovered field for the purpose of linking the elements in the pending list, as would be the case in older JDKs, the JVM will fall back to the old behaviour of using the next field for that purpose. Reviewed-by: jcoomes, mchung, stefank
-
由 kvn 提交于
Summary: restore unrolling code for CaffeineMark. Reviewed-by: never
-
由 tonyp 提交于
Summary: It introduces ergonomic decision logging in G1 for the following heuristics: heap sizing, collection set construction, concurrent cycle initiation, and partially-young GC start/end. The code has a bit of refactoring in a few places to make the decision logging possible. It also replaces alternative ad-hoc logging that we have under different parameters and switches (G1_DEBUG, G1PolicyVerbose). Reviewed-by: johnc, ysr
-
- 07 9月, 2011 2 次提交
- 06 9月, 2011 1 次提交
-
-
由 never 提交于
Reviewed-by: kvn
-
- 04 9月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add check that ciEnv::_CallSite_klass is initialized. Reviewed-by: jrose
-
- 03 9月, 2011 2 次提交
- 02 9月, 2011 2 次提交
- 01 9月, 2011 4 次提交
-
-
由 stefank 提交于
Summary: Remove the sentinelRef and let the last Reference in a discovered chain point back to itself. Reviewed-by: ysr, jmasa
-
由 twisti 提交于
Reviewed-by: never
-
由 never 提交于
Reviewed-by: iveresov, kvn
-
由 johnc 提交于
Summary: Remove the macro assembler routine br_on_reg_cond() and replace the remaining calls to that routine with an equivalent. Reviewed-by: kvn, iveresov
-
- 31 8月, 2011 2 次提交
- 30 8月, 2011 2 次提交
- 29 8月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, never
-
- 27 8月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Remove region self reference last Reviewed-by: kvn, never
-
- 26 8月, 2011 2 次提交
- 25 8月, 2011 1 次提交
-
-
由 iveresov 提交于
Summary: Support interleaving on NUMA systems for collectors that don't have NUMA-awareness. Reviewed-by: iveresov, ysr Contributed-by: NTom Deneau <tom.deneau@amd.com>
-
- 23 8月, 2011 2 次提交
-
-
由 brutisso 提交于
7082220: Visual Studio projects broken after change 7016797: Hotspot: securely/restrictive load dlls and new Summary: Add the psapi.lib library to Visual Studio projects Reviewed-by: jwilhelm, poonam, kamg
-
由 ysr 提交于
Summary: Call {pre,post}_full_gc_dump() before and after a STW full gc of G1CollectedHeap. Also adjusted the prefix message, including the addition of missing whitespace. Reviewed-by: brutisso, tonyp
-
- 22 8月, 2011 1 次提交
-
-
由 tonyp 提交于
7081064: G1: remove develop params G1FixedSurvivorSpaceSize, G1FixedTenuringThreshold, and G1FixedEdenSize Summary: Remove three develop parameters we don't use. Reviewed-by: brutisso, jwilhelm
-
- 19 8月, 2011 2 次提交
- 17 8月, 2011 2 次提交