Send JVM -verbose output to stderr instead of stdout
- by obvio171
I'm running java with the -verbose:gc option to measure garbage collector behavior, but it sends the info to stdout, mixing with my program's normal output. How do I tell it to output this info to stderr?