Viewing sample resized to 66% of original (view original) Loading...
Title

JOverflow: Advanced Heap Analysis in Java Mission Control

Description

Large Java applications tend to be memory-hungry. Most profiling tools tell users which data structures consume memory but don't tell whether that's good or bad or how to improve the situation. JOverflow, a recent extension to Java Mission Control, analyzes a heap dump automatically, looking for known bad memory usage patterns. It detects empty and underused collections, duplicated strings, unused data fields, and several other issues. What's more, for many of these problems, the tool can suggest a fix by analyzing application code together with the heap dump and thus save the developer hours of tedious and unrewarding work. Learn more in this session.

Copyright © 2013 Oracle and/or its affiliates. Oracle® is a registered trademark of Oracle and/or its affiliates. All rights reserved. Oracle disclaims any warranties or representations as to the accuracy or completeness of this recording, demonstration, and/or written materials (the "Materials"). The Materials are provided "as is" without any warranty of any kind, either express or implied, including without limitation warranties of merchantability, fitness for a particular purpose, and non-infringement.

Blacklisted
  • Comments
  • There are no comments.