| Author |
Garbage Collection Algorithm in Java 5
|
Vishnu Prakash
Ranch Hand
Joined: Nov 15, 2004
Posts: 1026
|
|
What is the garbage collection algorithm that is used by default in JDK 1.5? Anybody have a link to a list of defaults like that? Thanks!
|
Servlet Spec 2.4/ Jsp Spec 2.0/ JSTL Spec 1.1 - JSTL Tag Documentation
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8259
|
|
|
Tuning Garbage Collection with the 5.0 Java[tm] Virtual Machine describes the available options and Garbage Collection Ergonomics lists the default strategies for each class of system.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
Vishnu Prakash
Ranch Hand
Joined: Nov 15, 2004
Posts: 1026
|
|
Default GC for Java 1.5: Parallel Collector. Thanks Joe Ess.
|
 |
 |
|
|
subject: Garbage Collection Algorithm in Java 5
|
|
|