hotspot/.hgignore
author ysr
Thu, 20 Nov 2008 12:27:41 -0800
changeset 1605 6b43d186eb8d
parent 768 d0bebc7eefc2
child 2564 85c3ae53ca1c
permissions -rw-r--r--
6722113: CMS: Incorrect overflow handling during precleaning of Reference lists Summary: When we encounter marking stack overflow during precleaning of Reference lists, we were using the overflow list mechanism, which can cause problems on account of mutating the mark word of the header because of conflicts with mutator accesses and updates of that field. Instead we should use the usual mechanism for overflow handling in concurrent phases, namely dirtying of the card on which the overflowed object lies. Since precleaning effectively does a form of discovered list processing, albeit with discovery enabled, we needed to adjust some code to be correct in the face of interleaved processing and discovery. Reviewed-by: apetrusenko, jcoomes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
338
5cf9f61d76f4 6583644: Move all managed/SCCS files out of 'build' into 'make' directory
kamg
parents: 1
diff changeset
     1
^build/
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     2
^dist/
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
^nbproject/private/
347
df859fcca515 6667042: PrintAssembly option does not work without special plugin
jrose
parents: 1
diff changeset
     4
^src/share/tools/hsdis/bin/
768
d0bebc7eefc2 6718676: putback for 6604014 is incomplete
never
parents: 357
diff changeset
     5
^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
d0bebc7eefc2 6718676: putback for 6604014 is incomplete
never
parents: 357
diff changeset
     6
^src/share/tools/IdealGraphVisualizer/build/
d0bebc7eefc2 6718676: putback for 6604014 is incomplete
never
parents: 357
diff changeset
     7
^src/share/tools/IdealGraphVisualizer/dist/