http://cr.openjdk.java.net/~kvn/7018849/webrev Fixed 7018849: 7017124 fix broke VM build on some platforms 7017124 fix uses Atomic load and store for longs which are not available on all platforms. Use atomic load and store in inc_stat_counter() only on SPARC and X86.