diff -r f040cf9fc9c0 -r 752ba2e5f6d0 src/share/vm/runtime/os.cpp --- 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)) {