summaryrefslogtreecommitdiff
path: root/libjava/java/util/concurrent/ConcurrentHashMap$HashEntry.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/ConcurrentHashMap$HashEntry.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/ConcurrentHashMap$HashEntry.h')
-rw-r--r--libjava/java/util/concurrent/ConcurrentHashMap$HashEntry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/concurrent/ConcurrentHashMap$HashEntry.h b/libjava/java/util/concurrent/ConcurrentHashMap$HashEntry.h
index 730394d1c23..2667ed07c5b 100644
--- a/libjava/java/util/concurrent/ConcurrentHashMap$HashEntry.h
+++ b/libjava/java/util/concurrent/ConcurrentHashMap$HashEntry.h
@@ -18,7 +18,7 @@ public: // actually package-private
static JArray< ::java::util::concurrent::ConcurrentHashMap$HashEntry * > * newArray(jint);
::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) key;
jint hash;
- volatile ::java::lang::Object * value;
+ ::java::lang::Object * volatile value;
::java::util::concurrent::ConcurrentHashMap$HashEntry * next;
public:
static ::java::lang::Class class$;