You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello eaftan ,
I have gone through the code below and suspect if the heap dump bytesleft the same with dump heapSize? as to the same hprof file , the IBM Heap Analyzer give one different number for heap size ?
could u help to explain? thanks in advance.
case 0xc:
// Heap dump
while (bytesLeft > 0) {
bytesLeft -= parseHeapDump(in, idSize);
}
The text was updated successfully, but these errors were encountered:
Hello eaftan ,
I have gone through the code below and suspect if the heap dump bytesleft the same with dump heapSize? as to the same hprof file , the IBM Heap Analyzer give one different number for heap size ?
could u help to explain? thanks in advance.
case 0xc:
// Heap dump
while (bytesLeft > 0) {
bytesLeft -= parseHeapDump(in, idSize);
}
The text was updated successfully, but these errors were encountered: