Relates :
|
It would be much simpler to figure out why a GC happens if the GC cause was part of the information logged for each GC. Just recently we were debugging a case where G1 was doing a lot of full GCs when running Eclipse. It turned out that the GCs where caused by perm gen running out of memory. This would have been much faster to find out if this was part of the logging.
|