commit | c8a37530e8948fef7cb4fc8f3abccb8a627fada4 | [log] [tgz] |
---|---|---|
author | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Mar 27 01:16:04 2008 +0000 |
committer | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Mar 27 01:16:04 2008 +0000 |
tree | 8d493a47facf3d027758d69800dee5aeb02aefb2 | |
parent | 3ff6929add06d5ec662444b7be91ce0240ba31f4 [diff] |
This should not be volatile. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2230 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/super/com/google/gwt/lang/LongLib.java b/dev/core/super/com/google/gwt/lang/LongLib.java index a26ad0b..66fe1aa 100644 --- a/dev/core/super/com/google/gwt/lang/LongLib.java +++ b/dev/core/super/com/google/gwt/lang/LongLib.java
@@ -81,7 +81,7 @@ * Set this to false before calling any methods when using this class outside * of GWT! */ - public static volatile boolean RUN_IN_JVM = false; + public static boolean RUN_IN_JVM = false; /** * Index of the high bits in a 2-double array.