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
141 stars 9 forks source link

Minimize size of jol-core #27

Open stokito opened 4 years ago

stokito commented 4 years ago

We use only few classes from jol-core so probably we can strip unused classes. This can be done on build or we can created more lightweight jol artifact.