Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6490487

java support on 64 bit solaris x86 machines is broken.

XMLWordPrintable

    • b03
    • generic, x86
    • solaris, solaris_nevada

        It isn't clear if this is a pstack bug, a jdk build issue or a hotspot issue. On machines that can run 64bit binaries pstack will attempt to open <jdk>.../client|server/64/libjvm_db.so much like it would on sparc. The hotspot builds in fact create a 64/libjvm_db.so for client and server but they never get copied to the release area. So as a result on 64bit x86 machines libjvm_db.so is never loaded and java frames never get decoded. It is clear if pstack should try to open .../64 first and if that fails then the 32 but version or if the jdk build should copy the .../64 files out to the release area.

              never Tom Rodriguez
              sgoldman Steve Goldman (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: