How do I extract a timestamp from the heap dump
问题 Unfortunately, I forgot to record the time that I took the heap dump. I hope that somewhere in the heap, the standard library caches something like System.currentTimeMillis() . Unfortunately, I do not have any business objects that cache it. One difficult option I have it to browse all the threads, and see if their local variables stored a timestamp somewhere. However, this is not technique I can apply to all heap dumps. I looked at java.lang.System in openJDK and it doesn't look like we