diff options
| author | Tom Tromey <tromey@gcc.gnu.org> | 2007-03-05 14:29:47 +0000 |
|---|---|---|
| committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-03-05 14:29:47 +0000 |
| commit | 3cf0c3c57ebaf07ec2c49a6b438956d03bac3f71 (patch) | |
| tree | b3bc5566835b32d35d32154afa344c52b010f061 /libjava/java/util/concurrent/ScheduledThreadPoolExecutor.h | |
| parent | 39cd07dfc783fb94ef0ff99a4e2a5e70b8120d90 (diff) | |
Updating header files. Earlier change here seems to have been in error.
From-SVN: r122550
Diffstat (limited to 'libjava/java/util/concurrent/ScheduledThreadPoolExecutor.h')
| -rw-r--r-- | libjava/java/util/concurrent/ScheduledThreadPoolExecutor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/util/concurrent/ScheduledThreadPoolExecutor.h b/libjava/java/util/concurrent/ScheduledThreadPoolExecutor.h index e01b42074bf..8e651b36a53 100644 --- a/libjava/java/util/concurrent/ScheduledThreadPoolExecutor.h +++ b/libjava/java/util/concurrent/ScheduledThreadPoolExecutor.h @@ -45,8 +45,8 @@ public: // actually package-private static ::java::util::concurrent::atomic::AtomicLong * access$0(); static ::java::util::concurrent::BlockingQueue * access$1(::java::util::concurrent::ScheduledThreadPoolExecutor *); private: - volatile jboolean __attribute__((aligned(__alignof__( ::java::util::concurrent::ThreadPoolExecutor)))) continueExistingPeriodicTasksAfterShutdown; - volatile jboolean executeExistingDelayedTasksAfterShutdown; + jboolean volatile __attribute__((aligned(__alignof__( ::java::util::concurrent::ThreadPoolExecutor)))) continueExistingPeriodicTasksAfterShutdown; + jboolean volatile executeExistingDelayedTasksAfterShutdown; static ::java::util::concurrent::atomic::AtomicLong * sequencer; static jlong NANO_ORIGIN; public: |
