* Updated headers.
libjava/classpath
	* tools/gnu/classpath/tools/javah/FieldHelper.java (print): Print
	'volatile' after field type.

From-SVN: r121215
This commit is contained in:
Tom Tromey 2007-01-26 23:07:08 +00:00 committed by Tom Tromey
parent cdd76d88c8
commit 7969a3791e
41 changed files with 78 additions and 69 deletions

View file

@ -31,10 +31,10 @@ public: // actually package-private
private:
static const jlong serialVersionUID = 2249069246763182397LL;
public: // actually package-private
volatile jint __attribute__((aligned(__alignof__( ::java::util::concurrent::locks::ReentrantLock)))) count;
jint volatile __attribute__((aligned(__alignof__( ::java::util::concurrent::locks::ReentrantLock)))) count;
jint modCount;
jint threshold;
volatile JArray< ::java::util::concurrent::ConcurrentHashMap$HashEntry * > * table;
JArray< ::java::util::concurrent::ConcurrentHashMap$HashEntry * > * volatile table;
jfloat loadFactor;
public:
static ::java::lang::Class class$;