src/share/vm/oops/methodOop.cpp

changeset 2540
15d6977f04b0
parent 2497
3582bf76420e
child 2550
f77b3ec064b0
     1.1 --- a/src/share/vm/oops/methodOop.cpp	Thu Feb 10 12:55:56 2011 +0100
     1.2 +++ b/src/share/vm/oops/methodOop.cpp	Thu Feb 10 13:03:22 2011 +0100
     1.3 @@ -1372,7 +1372,7 @@
     1.4  }
     1.5  
     1.6  // See comment in methodOop.hpp which explains why this exists.
     1.7 -#if defined(_M_AMD64) && MSC_VER >= 1400
     1.8 +#if defined(_M_AMD64) && _MSC_VER >= 1400
     1.9  #pragma optimize("", off)
    1.10  void CompressedLineNumberWriteStream::write_pair(int bci, int line) {
    1.11    write_pair_inline(bci, line);

mercurial