Pimp the Performance

For Java … Java Tuning White Paper Java Performance Tuning Highlight for today: -XX:+UseBiasedLocking – An object is ”biased” toward the thread which first acquires its monitor via a monitorenter bytecode or synchronized method invocation; subsequent monitor-related operations performed by that thread are relatively much faster on multiprocessor machines. Some applications with significant amounts of…

Read more