Jeroen Reijn 12/2/2020

Heap dump with lots of 'Unresolved Name' objects

Read Original

The article details a Java developer's investigation into an OutOfMemoryError. When analyzing a heap dump, they encountered numerous 'Unresolved Name' objects in tools like Eclipse MAT. The root cause was a mismatch between the JDK used by the service (AdoptOpenJDK) and the developer's local environment (OpenJDK). The post explains how aligning the JDK versions resolved the issue and offers tips for configuring MAT on macOS.

Heap dump with lots of 'Unresolved Name' objects

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week