- 22 9月, 2011 1 次提交
-
-
由 kevinw 提交于
Reviewed-by: coleenp, minqi
-
- 20 9月, 2011 1 次提交
-
-
由 dcubed 提交于
-
- 17 9月, 2011 2 次提交
- 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 4 次提交
-
-
由 brutisso 提交于
Summary: Make G1 handle young gen size command line flags more consistently Reviewed-by: tonyp, jwilhelm
-
由 rottenha 提交于
-
由 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
-
- 09 9月, 2011 1 次提交
-
-
由 kvn 提交于
Summary: Add regression test. Reviewed-by: never
-
- 08 9月, 2011 6 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, never
-
由 bdelsart 提交于
Summary: changes necessary for some JSR292 ports Reviewed-by: jrose, dholmes
-
由 iveresov 提交于
Summary: Return correct answers from os::numa_*() for UMA machines or if NUMA API is not supported Reviewed-by: johnc
-
由 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
-
由 ysr 提交于
-
由 kvn 提交于
Summary: restore unrolling code for CaffeineMark. Reviewed-by: never
-