As I mentioned in title, I am wondering about the changing reason that changing time of my historical .hprof
files has been changed.
The scenario of my problem is:
I have a .hprof
file generated several month ago because of memory leaking occurred, so that I have fixed issue and restart the relevant java process. After that, this dumped file is abandoned where it was generated.
Meanwhile, I have a running monitor which will be triggered once change time is updated (using find -cmin
).
As a result, I received an alert that change time of my archived .hprof
file is updated.
No one changed the permission of files manually, so I thought i there any situation that java will do it by itself?
Please tell me about something of this issue. Many thanks.