The modern openjdk’s JVM is able to print assembly for generated machine code – see Oracle’s blog post. To start working with this option you need hsdis plugin, available here. Then put the downloaded library to the location your OS aware of. E.g. if you’re using linux all you need is to update LD_LIBRARY_PATH: export [...]
Posts