hotspot/src/share/vm/runtime/vframe.cpp
changeset 33160 c59f1676d27e
parent 31970 4bb8e8a13f6a
child 33198 b37ad9fbf681
--- a/hotspot/src/share/vm/runtime/vframe.cpp	Thu Oct 08 10:25:45 2015 +0000
+++ b/hotspot/src/share/vm/runtime/vframe.cpp	Thu Oct 08 12:49:30 2015 -1000
@@ -400,7 +400,7 @@
 
   InterpreterOopMap oop_mask;
   // oopmap for current bci
-  if (TraceDeoptimization && Verbose) {
+  if ((TraceDeoptimization && Verbose) JVMCI_ONLY( || PrintDeoptimizationDetails)) {
     methodHandle m_h(Thread::current(), method());
     OopMapCache::compute_one_oop_map(m_h, bci(), &oop_mask);
   } else {