Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8156102 | 9 | Yasumasa Suenaga | P4 | Resolved | Fixed | b120 |
http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2016-March/018681.html
I want to set filesize option with k/m/g as below:
-Xlog:gc=trace:file=gc.log:time:filecount=5,filesize=10m
Memory size option (e.g. -Xmx) can be set with k/m/g . I think we can use option parser in arguments.cpp .
I want to set filesize option with k/m/g as below:
-Xlog:gc=trace:file=gc.log:time:filecount=5,filesize=10m
Memory size option (e.g. -Xmx) can be set with k/m/g . I think we can use option parser in arguments.cpp .
- backported by
-
JDK-8156102 UL: Set filesize option with k/m/g
-
- Resolved
-