aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h')
-rw-r--r--libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h b/libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h
index 1b94c359071..c9d5d890d1c 100644
--- a/libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h
+++ b/libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h
@@ -23,8 +23,8 @@ public: // actually package-private
::java::lang::Object * getValidValue();
::java::util::AbstractMap$SimpleImmutableEntry * createSnapshot();
::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) key;
- volatile ::java::lang::Object * value;
- volatile ::java::util::concurrent::ConcurrentSkipListMap$Node * next;
+ ::java::lang::Object * volatile value;
+ ::java::util::concurrent::ConcurrentSkipListMap$Node * volatile next;
static ::java::util::concurrent::atomic::AtomicReferenceFieldUpdater * nextUpdater;
static ::java::util::concurrent::atomic::AtomicReferenceFieldUpdater * valueUpdater;
public: