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

View file

@ -118,7 +118,7 @@ private:
static const jlong serialVersionUID = -8627078645895051609LL;
static ::java::util::Random * seedGenerator;
static ::java::lang::Object * BASE_HEADER;
volatile ::java::util::concurrent::ConcurrentSkipListMap$HeadIndex * __attribute__((aligned(__alignof__( ::java::util::AbstractMap)))) head;
::java::util::concurrent::ConcurrentSkipListMap$HeadIndex * volatile __attribute__((aligned(__alignof__( ::java::util::AbstractMap)))) head;
::java::util::Comparator * comparator__;
jint randomSeed;
::java::util::concurrent::ConcurrentSkipListMap$KeySet * keySet__;