Relative Content

Tag Archive for javadebuggingmemory-leaksclassloadermetaspace

Why debug lead to MetaSpace memory leak in java?

Debugging a class loaded by a ClassLoader created by a user will cause the class to be referenced by JNI global, and the ClassLoader cannot be uninstalled. Repeating this operation for many times will eventually cause MetaSpace overflow.