annotate src/share/tools/IdealGraphVisualizer/build.xml @ 1716:be3f9c242c9d

6948538: CMS: BOT walkers can fall into object allocation and initialization cracks Summary: GC workers now recognize an intermediate transient state of blocks which are allocated but have not yet completed initialization. blk_start() calls do not attempt to determine the size of a block in the transient state, rather waiting for the block to become initialized so that it is safe to query its size. Audited and ensured the order of initialization of object fields (klass, free bit and size) to respect block state transition protocol. Also included some new assertion checking code enabled in debug mode. Reviewed-by: chrisphi, johnc, poonam
author ysr
date Mon, 16 Aug 2010 15:58:42 -0700
parents 30369db7f5d2
children 8b46295cd398
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
2 <!-- You may freely edit this file. See harness/README in the NetBeans platform -->
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
3 <!-- for some information on what you could do (e.g. targets to override). -->
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
4 <!-- If you delete this file and reopen the project it will be recreated. -->
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
5 <project name="IdealGraphVisualizer" basedir=".">
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
6 <description>Builds the module suite IdealGraphVisualizer.</description>
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
7 <import file="nbproject/build-impl.xml"/>
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
8 </project>