src/share/tools/hsdis/README

changeset 2991
3e23978ea0c3
parent 1907
c18cbe5936b8
child 3058
3be7439273c5
     1.1 --- a/src/share/tools/hsdis/README	Wed Jul 06 09:27:54 2011 -0700
     1.2 +++ b/src/share/tools/hsdis/README	Wed Jul 06 18:15:21 2011 -0700
     1.3 @@ -75,8 +75,16 @@
     1.4  * Installing
     1.5  
     1.6  Products are named like build/$OS-$LIBARCH/hsdis-$LIBARCH.so.  You can
     1.7 -install them on your LD_LIBRARY_PATH, or inside of your JRE next to
     1.8 -$LIBARCH/libjvm.so.
     1.9 +install them on your LD_LIBRARY_PATH, or inside of your JRE/JDK.  The
    1.10 +search path in the JVM is:
    1.11 +
    1.12 +1. <home>/jre/lib/<arch>/<vm>/libhsdis-<arch>.so
    1.13 +2. <home>/jre/lib/<arch>/<vm>/hsdis-<arch>.so
    1.14 +3. <home>/jre/lib/<arch>/hsdis-<arch>.so
    1.15 +4. hsdis-<arch>.so  (using LD_LIBRARY_PATH)
    1.16 +
    1.17 +Note that there's a bug in hotspot versions prior to hs22 that causes
    1.18 +steps 2 and 3 to fail when used with JDK7.
    1.19  
    1.20  Now test:
    1.21  

mercurial