diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-05 14:29:47 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-05 14:29:47 +0000 |
commit | e4a1579939ae0d96caffb45978ac382f9d4443ce (patch) | |
tree | b3bc5566835b32d35d32154afa344c52b010f061 /libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h | |
parent | 948dec911b94ed4a3e0b2b032791b745110346db (diff) | |
download | ppe42-gcc-e4a1579939ae0d96caffb45978ac382f9d4443ce.tar.gz ppe42-gcc-e4a1579939ae0d96caffb45978ac382f9d4443ce.zip |
Updating header files. Earlier change here seems to have been in error.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122550 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h')
-rw-r--r-- | libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h b/libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h index 18d3f3204a3..a1b5dc3feee 100644 --- a/libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h +++ b/libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h @@ -24,7 +24,7 @@ private: ::java::util::concurrent::locks::ReentrantLock * __attribute__((aligned(__alignof__( ::java::lang::Object)))) runLock; ::java::lang::Runnable * firstTask; public: // actually package-private - volatile jlong completedTasks; + jlong volatile completedTasks; ::java::lang::Thread * thread; ::java::util::concurrent::ThreadPoolExecutor * this$0; public: |