Request for reviews (XS): 7018849: 7017124 fix broke VM build on some platforms

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Feb 10 16:34:34 PST 2011


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.



More information about the hotspot-compiler-dev mailing list