.hgignore

Mon, 22 Sep 2008 09:56:49 -0400

author
tonyp
date
Mon, 22 Sep 2008 09:56:49 -0400
changeset 799
919e7959392a
parent 657
2a1a77d3458f
child 1155
67a2f5ba5582
permissions
-rw-r--r--

6742641: G1: NullPointerException during GCOld
Summary: An update buffer is not processed correctly, which causes roots into the collection set not to be scanned and, hence, for the heap to be corrupted. The cause is that an object is accessed after it has been explicitly deleted, which causes a race.
Reviewed-by: jcoomes, ysr

     1 ^build/
     2 ^dist/
     3 ^nbproject/private/
     4 ^src/share/tools/hsdis/bin/
     5 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
     6 ^src/share/tools/IdealGraphVisualizer/build/
     7 ^src/share/tools/IdealGraphVisualizer/dist/

mercurial