diff src/share/vm/graal/graalCodeInstaller.cpp @ 7772:62bcf515831d

Fix warning that breaks windows build.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 11 Feb 2013 17:41:33 +0100
parents 9f8bf17b2d33
children 5aa05e6f9dee
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.cpp	Mon Feb 11 17:20:51 2013 +0100
+++ b/src/share/vm/graal/graalCodeInstaller.cpp	Mon Feb 11 17:41:33 2013 +0100
@@ -63,6 +63,7 @@
     }
 #endif
     ShouldNotReachHere();
+    return NULL;
   }
 }