Are Java static calls more or less expensive than non-static calls?

Viewed 53640

Is there any performance benefit one way or another? Is it compiler/VM specific? I am using Hotspot.

12 Answers
Related