summaryrefslogtreecommitdiff
path: root/libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-01-26 23:07:08 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-01-26 23:07:08 +0000
commit7969a3791efb8a9dbed7b6a049d98befcf10db0d (patch)
tree480b780978724842f7b5256099d0c2c73aa4f70d /libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h
parentcdd76d88c8200bcc541204daeca4770ec6221f5d (diff)
libjava
* Updated headers. libjava/classpath * tools/gnu/classpath/tools/javah/FieldHelper.java (print): Print 'volatile' after field type. From-SVN: r121215
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: