stokito / IdeaJol

Intellij plugin that shows an object layout in memory to help optimize it. Uses OpenJDK JOL tool
https://plugins.jetbrains.com/plugin/10953-java-object-layout
Apache License 2.0
142 stars 9 forks source link

Analyze raw bytecode of class file #16

Open stokito opened 6 years ago

stokito commented 6 years ago

This is exactly how JOL works but currently plugin uses PsiTree instead. Analyzing a bytecode can allow to investigate classes compiled by other JVM languages. But actually IntelliJ can parse them for us and give a Psi so it worth to invertigate