Java performance optimization for low-latency systems. Use when analyzing JMH benchmarks, optimizing hot paths, implementing lock-free algorithms, tuning JVM flags, or working with concurrent data structures. Triggers on performance issues, benchmark analysis, VarHandle/UNSAFE usage, memory barriers, false sharing, MPSC queues, or JCTools patterns.