News

You can fix your Java memory leak problem without a costly JVM heap dump. Just use Java Flight Recorder's Old Object Sample event and view the recording in JDK Mission Control.
This approach helps in keeping the overall heap overhead down. This also eliminates the need to implement a separate mark-compact algorithm to handle full garbage collection.