PrintCFGToFile jvm option.. where to find a file printed?
Maxym Pendyshchuk
gotischerose at yahoo.de
Tue Feb 14 04:25:32 PST 2012
I made a debug build of OPENJDK 7.0.2 (for Ubuntu 11.10 OS, if matters). Now I want to see a control flow graph information, I run a command:
java -XX:+PrintCFGToFile Test
in console I get "VM option '+PrintCFGToFile'", but no file is created... In CFGPrinter (if I'm not wrong with class), I see that file has name output.cfg, I looked for such a file on the file system, but didn't find it. Do I miss additional options? In documentation I saw examples only with one option... Is it a bug, or I do something wrong? Thank you for any information..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-dev/attachments/20120214/ed10a11c/attachment.html
More information about the hotspot-dev
mailing list