hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp
changeset 19336 ddceb0657500
parent 18945 1225c36dacd3
child 21184 f7cc37a4ea4d
--- a/hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp	Mon Aug 19 09:33:29 2013 +0200
+++ b/hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp	Tue Aug 20 10:57:50 2013 -0700
@@ -715,6 +715,7 @@
   err.report_and_die();
 
   ShouldNotReachHere();
+  return false;
 }
 
 // From solaris_i486.s ported to bsd_i486.s