Giter Club home page Giter Club logo

hsdis's Introduction

hsdis

Hotspot disassembler extracted from openjdk.

Precondition on linux

To build hsdis on linux you need to make sure you have the standard build tools

apt-get install build-essential

Usage

git clone https://github.com/liuzhengyang/hsdis
cd hsdis
tar -zxvf binutils-2.26.tar.gz
make BINUTILS=binutils-2.26 ARCH=amd64

And then copy hsdis build file to the target folder in JDK.

OSX

sudo cp build/macosx-amd64/hsdis-amd64.dylib /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre/lib/server/

Java11

sudo cp build/macosx-amd64/hsdis-amd64.dylib /Library/Java/JavaVirtualMachines/jdk-11.0.5.jdk/Contents/Home/lib/server

Linux

sudo cp build/linux-amd64/hsdis-amd64.so /usr/lib/jvm/java-8-oracle/jre/lib/amd64/server/

After that, you could add -XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly in the Java Run Param to see the program's assebmle code. One Example:

java -XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly -Xcomp -XX:CompileCommand=compileonly,*VolatileTest.main com.io.lzy.VolatileTest

There is already a prebuild hsdis-amd64 for OSX 64 in build/macosx-amd64/macosx-amd64.dylib and for linux in build/linux-amd64/hsdis-amd64.so and was build for/with Unbuntu 16.04

hsdis's People

Contributors

jagodevreede avatar liuzhengyang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hsdis's Issues

error occured when execute "make BINUTILS=binutils-2.26 ARCH=amd64"

gcc -o build/macosx-i586/hsdis-i386.dylib -I/Users/mozilla/Desktop/work/opensource/hsdis/hsdis/binutils-2.26/include -I/Users/mozilla/Desktop/work/opensource/hsdis/hsdis/binutils-2.26/bfd -Ibuild/macosx-i586/bfd -DLIBARCH_i386 -DLIBARCH="i386" -DLIB_EXT=".dylib" -m32 -fPIC -O hsdis.c -shared -lz build/macosx-i586/bfd/libbfd.a build/macosx-i586/opcodes/libopcodes.a build/macosx-i586/libiberty/libiberty.a
hsdis.c:137:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
hsdis.c:207:11: warning: enumeration value 'dis_noninsn' not handled in switch [-Wswitch]
switch (itype) {
^
hsdis.c:207:11: note: add missing switch cases
switch (itype) {
^
2 warnings generated.

How do I for this ? Thansk.

Windows Compilation Failure - C compiler cannot create executables - Error 77, Error 2

I am attempting to build hsdis for use on Windows. I first tried using Cygwin via the following command:

make ARCH=amd64 BINUTILS=binutils-2.26 MINGW=x86_64-w64-mingw32

And receive this log file with errors beginning at line 103.

I then attempted to use the MinGW64 cross-compiler (as outlined here) on a Linux VM with the following command:

make ARCH=amd64 MINGW=x86-64-w64-mingw32 BINUTILS=binutils-2.26

However, the result was this log file and no built DLL.

Any advice would be greatly appreciated, and I would be more than happy to provide any additional information. Thank you!

How to compile hsdis for OpenJDK 14?

I have followed the build instructions (this is on Linux) and put hsdis-amd64.so in jdk-14/lib... but when trying to PrintAssembly it says:

Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled

Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.