diff options
| author | Tom Tromey <tromey@gcc.gnu.org> | 2007-03-05 14:29:47 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-03-05 14:29:47 +0000 |
| commit | 3cf0c3c57ebaf07ec2c49a6b438956d03bac3f71 (patch) | |
| tree | b3bc5566835b32d35d32154afa344c52b010f061 /libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h | |
| parent | 39cd07dfc783fb94ef0ff99a4e2a5e70b8120d90 (diff) | |
Updating header files. Earlier change here seems to have been in error.
From-SVN: r122550
Diffstat (limited to 'libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h')
| -rw-r--r-- | libjava/java/util/concurrent/ConcurrentSkipListMap$Node.h | 4 |
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: |
