diff options
| author | Tom Tromey <tromey@redhat.com> | 2007-01-26 23:07:08 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-01-26 23:07:08 +0000 |
| commit | 7969a3791efb8a9dbed7b6a049d98befcf10db0d (patch) | |
| tree | 480b780978724842f7b5256099d0c2c73aa4f70d /libjava/java/util/concurrent/ConcurrentHashMap$HashEntry.h | |
| parent | cdd76d88c8200bcc541204daeca4770ec6221f5d (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.h | 2 |
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$; |
