frothing : Java Glossary

frothing
When an algorithm or method creates millions of tiny temporary objects. They overwhelmn the garbage collection system. You may discover this is happening when you profile to find out why your program is grinding along with frequent gc.

One classic frothing example is:

// Get color of one point.
// A side effect is internally creating an object for the pixel,
// which when you do that repeatedly, causes frothing.
 int rgb = bufferedImage.getRGB( x, y );
which

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/frothing.html J:\mindprod\jgloss\frothing.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.211]
You are visitor number 7,042.