review (XS) for 6490487: java support on 64 bit solaris x86 machines is broken.

Keith McGuigan keith.mcguigan at oracle.com
Fri May 21 12:51:15 PDT 2010


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!

--
- Keith


More information about the hotspot-dev mailing list