review (XS) for 6490487: java support on 64 bit solaris x86 machines is broken.
Christian Thalinger
Christian.Thalinger at Sun.COM
Tue May 25 01:22:39 PDT 2010
On Fri, 2010-05-21 at 11:35 -0700, Tom Rodriguez wrote:
> resending because of earlier mail problems.
>
> http://cr.openjdk.java.net/~never/6490487/
>
> 6490487: java support on 64 bit solaris x86 machines is broken.
> Reviewed-by:
>
> This is a small annoying bug that should have been fixed long ago.
> For some reason the 64 bit libjvm_db.so for talking to 32 bit
> processes is only exported on sparc which means that 64 bit pstack
> can't decode stacks in 32 bit processes. The fix is simply to always
> export them. Tested with pstack and JPRT build.
>
> make/solaris/makefiles/defs.make
Looks good. -- Christian
More information about the hotspot-dev
mailing list