When does Java JIT inline a method call? Is it based on #times the caller method is called (if yes, what would that number be?), or some other criteria (and what wo
the default inline threshold for a JVM running the server Hotspot compiler is 35 bytecodes.
Official docs