view make/windows/platform_i486 @ 2030:fb712ff22571

7000559: G1: assertion failure !outer || (full_collections_started == _full_collections_completed + 1) Summary: The concurrent marking thread can complete its operation and increment the full GC counter during a Full GC. This causes the nesting of increments to the start and end of Full GCs that we are expecting to be wrong. the fix is for the marking thread to join the suspendible thread set before incrementing the counter so that it's blocked until the Full GC (or any other safepoint) is finished. The change also includes some minor code cleanup (I renamed a parameter). Reviewed-by: brutisso, ysr
author tonyp
date Tue, 14 Dec 2010 16:19:44 -0500
parents a49a647afe9a
children
line wrap: on
line source

// Platform file for windows platform

os_family = windows

arch = x86

arch_model = x86_32

os_arch = windows_x86

os_arch_model = windows_x86_32

lib_arch = i386

compiler = visCPP