.hgignore

Tue, 20 Sep 2011 15:39:17 -0700

author
johnc
date
Tue, 20 Sep 2011 15:39:17 -0700
changeset 3169
663cb89032b1
parent 2796
4ca65400aa33
child 3202
436b4a3231bf
permissions
-rw-r--r--

7092412: G1: Some roots not marked during an initial mark that gets an evacuation failure
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

kamg@526 1 ^build/
duke@435 2 ^dist/
ohair@1490 3 /nbproject/private/
never@1155 4 ^src/share/tools/hsdis/build/
never@657 5 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
never@657 6 ^src/share/tools/IdealGraphVisualizer/build/
never@657 7 ^src/share/tools/IdealGraphVisualizer/dist/
ohair@2796 8 ^.hgtip

mercurial