diff src/share/vm/runtime/os.cpp @ 17799:752ba2e5f6d0

Merge
author kvn
date Tue, 25 Feb 2014 15:11:18 -0800
parents f040cf9fc9c0 ecf3678d5736
children 5cf196cc5405
line wrap: on
line diff
--- a/src/share/vm/runtime/os.cpp	Wed Feb 19 20:12:43 2014 -0800
+++ b/src/share/vm/runtime/os.cpp	Tue Feb 25 15:11:18 2014 -0800
@@ -1081,7 +1081,6 @@
 
   }
 
-#ifndef PRODUCT
   // Check if in metaspace.
   if (ClassLoaderDataGraph::contains((address)addr)) {
     // Use addr->print() from the debugger instead (not here)
@@ -1089,7 +1088,6 @@
                  " is pointing into metadata", addr);
     return;
   }
-#endif
 
   // Try an OS specific find
   if (os::find(addr, st)) {