Updating header files. Earlier change here seems to have been in error.
From-SVN: r122550
This commit is contained in:
parent
39cd07dfc7
commit
3cf0c3c57e
38 changed files with 66 additions and 66 deletions
|
@ -23,8 +23,8 @@ public: // actually package-private
|
|||
::java::lang::Object * getValidValue();
|
||||
::java::util::AbstractMap$SimpleImmutableEntry * createSnapshot();
|
||||
::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) key;
|
||||
volatile ::java::lang::Object * value;
|
||||
volatile ::java::util::concurrent::ConcurrentSkipListMap$Node * next;
|
||||
::java::lang::Object * volatile value;
|
||||
::java::util::concurrent::ConcurrentSkipListMap$Node * volatile next;
|
||||
static ::java::util::concurrent::atomic::AtomicReferenceFieldUpdater * nextUpdater;
|
||||
static ::java::util::concurrent::atomic::AtomicReferenceFieldUpdater * valueUpdater;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue