diff src/os/windows/vm/os_windows.cpp @ 3064:8b0236cbed14

Make sure that the compiler is initialized at startup (and not on the first compiled method).
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 22 Jun 2011 21:51:26 +0200
parents 083f13976b51
children be4ca325525a
line wrap: on
line diff
--- a/src/os/windows/vm/os_windows.cpp	Tue Jun 21 17:14:24 2011 +0200
+++ b/src/os/windows/vm/os_windows.cpp	Wed Jun 22 21:51:26 2011 +0200
@@ -409,7 +409,6 @@
     }
   }
 
-
   if (UseVectoredExceptions) {
     // If we are using vectored exception we don't need to set a SEH
     thread->run();