Updating header files. Earlier change here seems to have been in error.

From-SVN: r122550
This commit is contained in:
Tom Tromey
2007-03-05 14:29:47 +00:00
parent 39cd07dfc7
commit 3cf0c3c57e
38 changed files with 66 additions and 66 deletions
@@ -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$;