Many modern frameworks (Spring, Hibernate) provide very nice dynamic behaviors with use of Java dynamic proxies, but what\'s the exact performance cost associated with it? Are t
According to Remi Forax, java proxy forbid the Jit compiler to do correctly his job (inlining in this case).
See his rewrote of Proxy
https://github.com/forax/proxy2