8215977: hsdis installation documentation update
Reviewed-by: dholmes
This commit is contained in:
parent
dd609d57e6
commit
88b95f0570
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
|
Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||||
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
|
|
||||||
The Universal Permissive License (UPL), Version 1.0
|
The Universal Permissive License (UPL), Version 1.0
|
||||||
@ -114,18 +114,15 @@ will build the Win32 cross compiled version of hsdis based on 2.31.1.
|
|||||||
|
|
||||||
* Installing
|
* Installing
|
||||||
|
|
||||||
Products are named like build/$OS-$LIBARCH/hsdis-$LIBARCH.so. You can
|
Products are named like build/$OS-$LIBARCH/hsdis-$LIBARCH.so. You can
|
||||||
install them on your LD_LIBRARY_PATH, or inside of your JRE/JDK. The
|
install them next to your libjvm.so inside your JRE/JDK or alternatively
|
||||||
search path in the JVM is:
|
put it anywhere on your LD_LIBRARY_PATH. The search path in the JVM is:
|
||||||
|
|
||||||
1. <home>/jre/lib/<arch>/<vm>/libhsdis-<arch>.so
|
1. <home>/lib/<vm>/libhsdis-<arch>.so
|
||||||
2. <home>/jre/lib/<arch>/<vm>/hsdis-<arch>.so
|
2. <home>/lib/<vm>/hsdis-<arch>.so
|
||||||
3. <home>/jre/lib/<arch>/hsdis-<arch>.so
|
3. <home>/lib/hsdis-<arch>.so
|
||||||
4. hsdis-<arch>.so (using LD_LIBRARY_PATH)
|
4. hsdis-<arch>.so (using LD_LIBRARY_PATH)
|
||||||
|
|
||||||
Note that there's a bug in hotspot versions prior to hs22 that causes
|
|
||||||
steps 2 and 3 to fail when used with JDK7.
|
|
||||||
|
|
||||||
Now test:
|
Now test:
|
||||||
|
|
||||||
export LD_LIBRARY_PATH .../hsdis/build/$OS-$LIBARCH:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH .../hsdis/build/$OS-$LIBARCH:$LD_LIBRARY_PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user