Log file creation loops looking for <filename>.<version> files and comparing modification dates. If the file gets deleted underneath the VM, then the next stat() will fail and then we get an assertion fail in debug builds.
- relates to
-
JDK-8214141 assert(ret == 0) failed: failed to stat() file 'aot_classfprint.log.0': No such file or directory
-
- Resolved
-