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
|
@ -32,7 +32,7 @@ class gnu::java::awt::peer::gtk::GThreadMutex : public ::java::lang::Object
|
|||
|
||||
public: // actually package-private
|
||||
GThreadMutex();
|
||||
volatile jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) potentialLockers;
|
||||
jint volatile __attribute__((aligned(__alignof__( ::java::lang::Object)))) potentialLockers;
|
||||
::java::lang::Object * lockForPotentialLockers;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
|
|
|
@ -36,7 +36,7 @@ public: // actually package-private
|
|||
virtual void exit();
|
||||
private:
|
||||
::gnu::java::rmi::server::UnicastConnection * __attribute__((aligned(__alignof__( ::java::lang::Thread)))) conn;
|
||||
volatile jboolean exiting;
|
||||
jboolean volatile exiting;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
|
|
@ -70,7 +70,7 @@ public: // actually package-private
|
|||
static ::java::util::Hashtable * clients;
|
||||
::java::util::ArrayList * __attribute__((aligned(__alignof__( ::java::lang::Object)))) connections;
|
||||
private:
|
||||
volatile ::java::lang::Thread * serverThread;
|
||||
::java::lang::Thread * volatile serverThread;
|
||||
::java::net::ServerSocket * ssock;
|
||||
public: // actually package-private
|
||||
::java::lang::String * serverName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue