src/share/vm/runtime/os.cpp

changeset 6305
40353abd7984
parent 5721
179cd89fb279
child 6317
ecf3678d5736
     1.1 --- a/src/share/vm/runtime/os.cpp	Mon Feb 10 10:34:52 2014 +0100
     1.2 +++ b/src/share/vm/runtime/os.cpp	Tue Jan 07 13:26:56 2014 -0500
     1.3 @@ -1081,7 +1081,6 @@
     1.4  
     1.5    }
     1.6  
     1.7 -#ifndef PRODUCT
     1.8    // Check if in metaspace.
     1.9    if (ClassLoaderDataGraph::contains((address)addr)) {
    1.10      // Use addr->print() from the debugger instead (not here)
    1.11 @@ -1089,7 +1088,6 @@
    1.12                   " is pointing into metadata", addr);
    1.13      return;
    1.14    }
    1.15 -#endif
    1.16  
    1.17    // Try an OS specific find
    1.18    if (os::find(addr, st)) {

mercurial