Search code examples
javaperformanceaopdynamic-proxy

Performance cost of Java dynamic proxy


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 there public benchmarks available for Sun JVM?


Solution

  • A few pointers: