hotspot/src/share/vm/runtime/os.cpp
changeset 22201 9c2ccfa3a5fe
parent 20006 9dc2add3103b
child 22249 cf78a1ffe921
child 22551 9bf46d16dcc6
--- a/hotspot/src/share/vm/runtime/os.cpp	Tue Jan 07 12:32:57 2014 +0100
+++ b/hotspot/src/share/vm/runtime/os.cpp	Tue Jan 07 13:26:56 2014 -0500
@@ -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)) {