Comment 11 for bug 850433

Revision history for this message
In , Xerxes RĂ„nby (xranby) wrote :

objdump -x icedtea7-2.3-server-jamvm/openjdk.build/j2sdk-image/jre/lib/i386/server/libjvm.so | grep SONAME
  SONAME libjvm.so

objdump -x icedtea7-2.3-server-jamvm/openjdk.build/j2sdk-image/jre/lib/i386/jamvm/libjvm.so | grep SONAME
  SONAME libjvm.so.0

To fix this bug we need to make sure that the JamVM libjvm.so SONAME matches the Hotspot server/client SONAME.