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
|
@ -33,7 +33,7 @@ private:
|
|||
static jint TIMED_SPINS;
|
||||
static ::java::lang::Object * CANCEL;
|
||||
static ::java::lang::Object * NULL_ITEM;
|
||||
volatile JArray< ::java::util::concurrent::Exchanger$Slot * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) arena;
|
||||
JArray< ::java::util::concurrent::Exchanger$Slot * > * volatile __attribute__((aligned(__alignof__( ::java::lang::Object)))) arena;
|
||||
::java::util::concurrent::atomic::AtomicInteger * max;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue