I understand there's -Xloggc option exists for outputting GC output to separate file. But it doesn't work for me. I've 16 java processes with same main running on one machine so I can't really hardcode file path. Ideally I want to specify only directory where separate pid specific files are created. Is that possible? Note I don't want GC output mixed with stdout and hence a need for separate file.
Version : SunJDK 1.5_13