comparison 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
comparison
equal deleted inserted replaced
8058:2394a89e89f4 8059:49618582fc5b
182 } 182 }
183 for (int index = 0; index < trapReasonName.length; index++) { 183 for (int index = 0; index < trapReasonName.length; index++) {
184 if (trapReasonName[index] == null) { 184 if (trapReasonName[index] == null) {
185 throw new InternalError("missing reason for " + index); 185 throw new InternalError("missing reason for " + index);
186 } 186 }
187 System.out.println(trapReasonName[index]);
188 } 187 }
189 } 188 }
190 189
191 public MethodData(Address addr) { 190 public MethodData(Address addr) {
192 super(addr); 191 super(addr);