libjava
* 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:
parent
cdd76d88c8
commit
7969a3791e
41 changed files with 78 additions and 69 deletions
|
@ -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__;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue