diff src/share/vm/oops/methodOop.cpp @ 2243:f77b3ec064b0

Merge
author rottenha
date Mon, 21 Feb 2011 04:49:17 -0800
parents c5a923563727 15d6977f04b0
children a97fd181b813
line wrap: on
line diff
--- a/src/share/vm/oops/methodOop.cpp	Wed Feb 16 17:26:20 2011 -0800
+++ b/src/share/vm/oops/methodOop.cpp	Mon Feb 21 04:49:17 2011 -0800
@@ -1386,7 +1386,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);