The Artima Developer Community
Sponsored Link

Java Answers Forum
Garbage collection algorithm

1 reply on 1 page. Most recent reply: May 16, 2006 2:25 PM by James Watson

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Lynn Hollerman

Posts: 67
Nickname: gmholler
Registered: Mar, 2002

Garbage collection algorithm Posted: May 16, 2006 2:16 PM
Reply to this message Reply
Advertisement
What is the garbage collection algorithm (just the name, not the code) that is used by default in JDK 1.5? Anybody have a link to a list of defaults like that?

Thanks!

Lynn.


James Watson

Posts: 2024
Nickname: watson
Registered: Sep, 2005

Re: Garbage collection algorithm Posted: May 16, 2006 2:25 PM
Reply to this message Reply
I believe it's called the "Generational Collector" but I can't find a solid reference at the moment.

There's this:

http://java.sun.com/j2se/1.5.0/docs/guide/vm/gc-ergonomics.html

Which implies that the previous info from here:

http://java.sun.com/docs/hotspot/gc1.4.2/#4.%20Types%20of%20Collectors|outline

Still applies.

This may be helpful:

http://blogs.sun.com/roller/resources/watt/jvm-options-list.html

Flat View: This topic has 1 reply on 1 page
Topic: javac debug=true - runtime performance Previous Topic   Next Topic Topic: enum best practices?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use