.hgignore

Tue, 14 Jun 2011 10:33:43 -0400

author
tonyp
date
Tue, 14 Jun 2011 10:33:43 -0400
changeset 2968
842b840e67db
parent 2796
4ca65400aa33
child 3202
436b4a3231bf
permissions
-rw-r--r--

7046558: G1: concurrent marking optimizations
Summary: Some optimizations to improve the concurrent marking phase: specialize the main oop closure, make sure a few methods in the fast path are properly inlined, a few more bits and pieces, and some cosmetic fixes.
Reviewed-by: stefank, johnc

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