Inlining methods with large switch statements

Roland Westrelin roland.westrelin at oracle.com
Fri Jun 5 15:38:58 UTC 2015


> Is this something that can be handled better?

You could try forcing inlining with -XX:CompileCommand I suppose but then it can have cascading effects (other inlining may not happen as a consequence). Not sure if that’s what you meant by "handled better".

Roland.


More information about the hotspot-compiler-dev mailing list