| Author |
gc.log
|
Frank Zheng
Ranch Hand
Joined: Jun 12, 2001
Posts: 76
|
|
Hi, I am using JDK1.3. When run my application using JDK, I find a gc.log file was generated with the following information: Needed to allocate blacklisted block at 0x5d63000. Anyone know what it means. I DOUBT it is something regarding garbage collection. Is this suggest a memory leak? Thanks, Frank
|
Sun Certified Java Programmer
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
Just Googled a bit and found: this link mentioning the use of a GC log. Are you using a kind of -verbose option on the java line?
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: gc.log
|
|
|