diff agent/src/share/classes/sun/jvm/hotspot/oops/MethodData.java @ 8059:49618582fc5b

8004840: Jstack seems to output unnecessary information in 7u9 Reviewed-by: dholmes, coleenp, sspitsyn, rbackman
author sla
date Thu, 14 Feb 2013 13:08:15 +0100
parents bd7a7ce2e264
children cbfe859bd244
line wrap: on
line diff
--- a/agent/src/share/classes/sun/jvm/hotspot/oops/MethodData.java	Wed Feb 13 09:46:19 2013 +0100
+++ b/agent/src/share/classes/sun/jvm/hotspot/oops/MethodData.java	Thu Feb 14 13:08:15 2013 +0100
@@ -184,7 +184,6 @@
       if (trapReasonName[index] == null) {
         throw new InternalError("missing reason for " + index);
       }
-      System.out.println(trapReasonName[index]);
     }
   }