RFR: 8146879: Truncate new UL log files

Dmitry Samersoff dmitry.samersoff at oracle.com
Thu Jan 14 15:28:50 UTC 2016


Marcus,

fopen(name, "wa+") truncate file before open it in append mode.

-Dmitry

On 2016-01-14 18:00, Marcus Larsson wrote:
> Hi,
> 
> Please review the following patch to make sure UL truncates existing log
> files before writing to them. Since files are opened in append mode,
> truncation isn't done automatically, so instead the patch adds an
> attempt to remove the log file before opening it.
> 
> Webrev:
> http://cr.openjdk.java.net/~mlarsson/8146879/webrev.00/
> 
> Issue:
> https://bugs.openjdk.java.net/browse/JDK-8146879
> 
> Testing:
> Included test through JPRT
> 
> Thanks,
> Marcus


-- 
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* I would love to change the world, but they won't give me the sources.


More information about the hotspot-runtime-dev mailing list