Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is HeapDump bytes left the same with heap Size #14

Open
todLiu opened this issue Nov 16, 2018 · 0 comments
Open

Is HeapDump bytes left the same with heap Size #14

todLiu opened this issue Nov 16, 2018 · 0 comments

Comments

@todLiu
Copy link

todLiu commented Nov 16, 2018

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);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant