diff src/share/vm/oops/methodOop.cpp @ 2233:15d6977f04b0

7017824: Add support for creating 64-bit Visual Studio projects Summary: Updated create.bat and ProjectCreator Reviewed-by: brutisso, stefank, ohair
author sla
date Thu, 10 Feb 2011 13:03:22 +0100
parents 3582bf76420e
children f77b3ec064b0
line wrap: on
line diff
--- a/src/share/vm/oops/methodOop.cpp	Thu Feb 10 12:55:56 2011 +0100
+++ b/src/share/vm/oops/methodOop.cpp	Thu Feb 10 13:03:22 2011 +0100
@@ -1372,7 +1372,7 @@
 }
 
 // See comment in methodOop.hpp which explains why this exists.
-#if defined(_M_AMD64) && MSC_VER >= 1400
+#if defined(_M_AMD64) && _MSC_VER >= 1400
 #pragma optimize("", off)
 void CompressedLineNumberWriteStream::write_pair(int bci, int line) {
   write_pair_inline(bci, line);