AW: build crash after extending oopDesc
Coleen Phillimore
coleen.phillimore at oracle.com
Tue Jun 12 07:51:51 PDT 2012
The stack was truncated. I assume calling the virtual function in
create_mirror. If you can go to linux*/jvmg and run it in the
debugger, ala,
hotspot -gdb Queens
continue
bt
(assuming you're on linux)
You might get a better idea of why it's not working. I don't see
anything obvious from the sources, but I'm not surprised this doesn't work.
The permgen elimination work coming soon is very different. You don't
really want to add a field to all objects in the system, only the ones
that it's needed for whatever you're implementing.
Coleen
Stack: [0x40f9c000,0x40fed000], sp=0x40febee0, free space=319k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
C=native code)
V [libjvm.so+0x41f53c] java_lang_Class::create_mirror(KlassHandle,
Thread*)+0x
2c
[error occurred during error reporting (printing native stack), id 0xb]
On 6/12/2012 9:43 AM, Simmen David wrote:
> So I attached it
>
> Thanks a lot for all the input.
>
> David
>
> ________________________________________
> Von: Coleen Phillimore [coleen.phillimore at oracle.com]
> Gesendet: Dienstag, 12. Juni 2012 15:44
> An: Simmen David
> Cc: hotspot-dev at openjdk.java.net
> Betreff: Re: build crash after extending oopDesc
>
> The native stack trace should be in this file, not printed to standard
> output.
> thanks,
> Coleen
>
> On 6/12/2012 9:27 AM, Simmen David wrote:
>> # /home/jdk/openjdku4/build/linux-i586/hotspot/outputdir/linux_i486_compiler2/product/hs_err_pid19500.log
More information about the hotspot-dev
mailing list