diff src/share/vm/code/compiledIC.cpp @ 8155:3c29f7da5c66

More C++ fixes. Revert alignment change of _number_of_committed_segments.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 07 Mar 2013 21:33:03 +0100
parents a2a67458a7b6
children b9a918201d47
line wrap: on
line diff
--- a/src/share/vm/code/compiledIC.cpp	Thu Mar 07 21:24:17 2013 +0100
+++ b/src/share/vm/code/compiledIC.cpp	Thu Mar 07 21:33:03 2013 +0100
@@ -661,11 +661,7 @@
         case relocInfo::poll_type:
         case relocInfo::poll_return_type: // A safepoint can't overlap a call.
         default:
-#ifdef GRAAL
-          return NULL;
-#else
           ShouldNotReachHere();
-#endif
       }
     }
   }