hotspot/.hgignore
author tonyp
Tue, 06 Apr 2010 10:59:45 -0400
changeset 5243 99e5a8f5d81f
parent 4315 c60317f0dfe6
child 9313 8de6a58b06e9
permissions -rw-r--r--
6909756: G1: guarantee(G1CollectedHeap::heap()->mark_in_progress(),"Precondition.") Summary: Make sure that two marking cycles do not overlap, i.e., a new one can only start after the concurrent marking thread finishes all its work. In the fix I piggy-back a couple of minor extra fixes: some general code reformatting for consistency (only around the code I modified), the removal of a field (G1CollectorPolicy::_should_initiate_conc_mark) which doesn't seem to be used at all (it's only set but never read), as well as moving the "is GC locker active" test earlier into the G1 pause / Full GC and using a more appropriate method for it. Reviewed-by: johnc, jmasa, jcoomes, ysr
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/
4315
c60317f0dfe6 6909462: Fix nbproject/private references in .hgignore
ohair
parents: 2564
diff changeset
     3
/nbproject/private/
2564
85c3ae53ca1c 6684007: PrintAssembly plugin not available for linux or windows
never
parents: 768
diff changeset
     4
^src/share/tools/hsdis/build/
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/