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
|
@ -35,7 +35,7 @@ private:
|
|||
static const jlong serialVersionUID = 4654671469794556979LL;
|
||||
static ::sun::misc::Unsafe * unsafe;
|
||||
static jlong valueOffset;
|
||||
volatile jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
|
||||
jint volatile __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
|
|
@ -45,7 +45,7 @@ private:
|
|||
static const jlong serialVersionUID = 6214790243416807050LL;
|
||||
static ::sun::misc::Unsafe * unsafe;
|
||||
static jlong valueOffset;
|
||||
volatile jint __attribute__((aligned(__alignof__( ::java::lang::Number)))) value;
|
||||
jint volatile __attribute__((aligned(__alignof__( ::java::lang::Number)))) value;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
|
|
@ -49,7 +49,7 @@ private:
|
|||
public: // actually package-private
|
||||
static jboolean VM_SUPPORTS_LONG_CAS;
|
||||
private:
|
||||
volatile jlong __attribute__((aligned(__alignof__( ::java::lang::Number)))) value;
|
||||
jlong volatile __attribute__((aligned(__alignof__( ::java::lang::Number)))) value;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
|
|
@ -35,7 +35,7 @@ private:
|
|||
static const jlong serialVersionUID = -1848883965231344442LL;
|
||||
static ::sun::misc::Unsafe * unsafe;
|
||||
static jlong valueOffset;
|
||||
volatile ::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
|
||||
::java::lang::Object * volatile __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue