This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java memory allocation with gcj
- From: Andrew Haley <aph at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: Thu, 05 Nov 2009 12:51:14 +0000
- Subject: Re: java memory allocation with gcj
- References: <106567.69563.qm@web56004.mail.re3.yahoo.com>
isuru herath wrote:
Hi Andrew,
Thanks for the reply. I tried in x $eax gdb after the new being executed an it was giving me the following.
0x804a0e0 <_ZN13test_java_new6class$E>: 0xb7a4afe8
When converted to decimal it was 134521056 which seems close to that of C. Could you please tell me what the other value represents here.
Until you tell me how you obtained the other value, no, I can't.
What did you do before to get the value in $eax?
Andrew.