Currently, for info log level (default if -Xlog is given), we dump out the whole classloader data - which prints out all chunks in use, which may be very extensive.
It would be better to restrict this very verbose printout to debug (or trace) level and keep the info level printout short and concise.
It would be better to restrict this very verbose printout to debug (or trace) level and keep the info level printout short and concise.
- relates to
-
JDK-8185033 On Metaspace OOM, ChunkManager composition should be logged.
-
- Resolved
-