--- old/src/hotspot/share/runtime/atomic.hpp 2017-10-03 14:33:28.418893533 +0200 +++ new/src/hotspot/share/runtime/atomic.hpp 2017-10-03 14:33:28.174893542 +0200 @@ -64,7 +64,6 @@ // we can prove that a weaker form is sufficiently safe. // Atomically store to a location - // See comment above about using jlong atomics on 32-bit platforms // The type T must be either a pointer type convertible to or equal // to D, an integral/enum type equal to D, or a type equal to D that // is primitive convertible using PrimitiveConversions. @@ -80,7 +79,6 @@ } // Atomically load from a location - // See comment above about using jlong atomics on 32-bit platforms // The type T must be either a pointer type, an integral/enum type, // or a type that is primitive convertible using PrimitiveConversions. template