I recently read on Jon Masamitsu's Weblog that huge methods (8000 bytes of bytecode) are not JIT compiled with HotSpot.
So my question is: how do I find out (as a programmer) how many bytes of bytecode a particular method has?
The JIT compiler of course seems to know. Can I extract this piece of information from the .class
file?