--- old/src/share/vm/interpreter/bytecodeTracer.cpp 2014-03-20 17:15:29.709872853 +0100 +++ new/src/share/vm/interpreter/bytecodeTracer.cpp 2014-03-20 17:15:29.506435968 +0100 @@ -35,8 +35,6 @@ #include "runtime/timer.hpp" -#ifndef PRODUCT - // Standard closure for BytecodeTracer: prints the current bytecode // and its attributes using bytecode-specific information. @@ -600,4 +598,3 @@ } } } -#endif // PRODUCT