Rich Scott
|
f13bf44e87
|
Check return value of fwrite() calls.
This is to satisfy GCC 4.3.2 (on Ubuntu 8.10), which requires it.
|
2008-12-01 16:53:34 -07:00 |
|
Joel Dice
|
e98da8440e
|
minor tweak to find function in heapdump.cpp to return 0 where we were returning false (which amounts to the same thing but is less confusing)
|
2008-11-19 18:09:02 -07:00 |
|
Joel Dice
|
003afdc918
|
fix heap dump facility to visit all roots
|
2008-10-24 18:48:10 -06:00 |
|
Joel Dice
|
3b67417695
|
heap dump bugfixes
|
2008-10-22 18:05:34 -06:00 |
|
Joel Dice
|
6a5116e7a7
|
implement primitive heap dump facility for memory profiling, accessible via Runtime.dumpHeap
The proper way to do this is to implement a subset of JVMTI, but this
will do the job for now.
|
2008-10-21 17:38:20 -06:00 |
|