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.