comparison src/share/tools/LogCompilation/README @ 7196:2aff40cb4703

7092905: C2: Keep track of the number of dead nodes Summary: keep an (almost) accurate running count of the reachable (live) flow graph nodes. Reviewed-by: kvn, twisti, jrose, vlivanov
author bharadwaj
date Tue, 27 Nov 2012 17:24:15 -0800
parents 07d449658fc7
children 01b268b3080a
comparison
equal deleted inserted replaced
7195:2cd5e15048e6 7196:2aff40cb4703
11 This will produce something like the normal PrintCompilation output. 11 This will produce something like the normal PrintCompilation output.
12 Adding the -i option with also report inlining like PrintInlining. 12 Adding the -i option with also report inlining like PrintInlining.
13 13
14 More information about the LogCompilation output can be found at 14 More information about the LogCompilation output can be found at
15 15
16 http://wikis.sun.com/display/HotSpotInternals/LogCompilation+overview 16 https://wikis.oracle.com/display/HotSpotInternals/LogCompilation+overview
17 http://wikis.sun.com/display/HotSpotInternals/PrintCompilation 17 https://wikis.oracle.com/display/HotSpotInternals/PrintCompilation
18 http://wikis.sun.com/display/HotSpotInternals/LogCompilation+tool 18 https://wikis.oracle.com/display/HotSpotInternals/LogCompilation+tool