comparison src/share/vm/runtime/vmStructs.cpp @ 6818:22b8d3d181d9

8000351: Tenuring threshold should be unsigned Summary: Change the flags and variables related to tenuring threshold to be unsigned Reviewed-by: jmasa, johnc
author jwilhelm
date Wed, 03 Oct 2012 20:31:41 +0200
parents 0702f188baeb
children 6e5a59a8e4a7 8e47bac5643a fb19af007ffc
comparison
equal deleted inserted replaced
6817:f81a7c0c618d 6818:22b8d3d181d9
506 nonstatic_field(ContiguousSpace, _top, HeapWord*) \ 506 nonstatic_field(ContiguousSpace, _top, HeapWord*) \
507 nonstatic_field(ContiguousSpace, _concurrent_iteration_safe_limit, HeapWord*) \ 507 nonstatic_field(ContiguousSpace, _concurrent_iteration_safe_limit, HeapWord*) \
508 nonstatic_field(ContiguousSpace, _saved_mark_word, HeapWord*) \ 508 nonstatic_field(ContiguousSpace, _saved_mark_word, HeapWord*) \
509 \ 509 \
510 nonstatic_field(DefNewGeneration, _next_gen, Generation*) \ 510 nonstatic_field(DefNewGeneration, _next_gen, Generation*) \
511 nonstatic_field(DefNewGeneration, _tenuring_threshold, int) \ 511 nonstatic_field(DefNewGeneration, _tenuring_threshold, uint) \
512 nonstatic_field(DefNewGeneration, _age_table, ageTable) \ 512 nonstatic_field(DefNewGeneration, _age_table, ageTable) \
513 nonstatic_field(DefNewGeneration, _eden_space, EdenSpace*) \ 513 nonstatic_field(DefNewGeneration, _eden_space, EdenSpace*) \
514 nonstatic_field(DefNewGeneration, _from_space, ContiguousSpace*) \ 514 nonstatic_field(DefNewGeneration, _from_space, ContiguousSpace*) \
515 nonstatic_field(DefNewGeneration, _to_space, ContiguousSpace*) \ 515 nonstatic_field(DefNewGeneration, _to_space, ContiguousSpace*) \
516 \ 516 \