Assembler-Ausgabe (des JIT-Compilers der JVM):
javac CAS.java java -Xcomp -XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly CAS
http://wikis.sun.com/display/HotSpotInternals/PrintAssembly
Vorsicht, Ausgabe ist groß. Mit nohup
in Datei umleiten,
nach AtomicInteger.compareAndSet
suchen.
auch nützlich: http://blogs.sun.com/watt/resource/jvm-options-list.html