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
|
@ -18,7 +18,7 @@ public: // actually package-private
|
|||
static JArray< ::java::util::concurrent::ConcurrentHashMap$HashEntry * > * newArray(jint);
|
||||
::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) key;
|
||||
jint hash;
|
||||
volatile ::java::lang::Object * value;
|
||||
::java::lang::Object * volatile value;
|
||||
::java::util::concurrent::ConcurrentHashMap$HashEntry * next;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue