I am getting a lot of Humongous Allocations when using G1GC.
The server is receiving requests from about 300 clients at a time, often for large datasets of different types from the database.
This is likely what is causing the Humongous Allocations, however, the volume of calls makes it quite hard for me to determine exactly which call is causing them just based on time since there is so much going on.
Is there any way to get the JVM to print and log the class names of the Humongous objects?