summaryrefslogtreecommitdiffstats
path: root/libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h')
-rw-r--r--libjava/java/util/concurrent/ThreadPoolExecutor$Worker.h2
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 a1b5dc3feee..18d3f3204a3 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
- jlong volatile completedTasks;
+ volatile jlong completedTasks;
::java::lang::Thread * thread;
::java::util::concurrent::ThreadPoolExecutor * this$0;
public:
OpenPOWER on IntegriCloud