changeset 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 f10843a2d961
children f1f4fc5a609f
files src/share/vm/graal/graalCodeInstaller.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;
   }
 }