comparison agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapSet.java @ 3908:7588156f5cf9

7051798: SA-JDI: NPE in Frame.addressOfStackSlot(Frame.java:244) Reviewed-by: kvn
author never
date Mon, 05 Sep 2011 17:09:05 -0700
parents c18cbe5936b8
children c5f6a7397eb1
comparison
equal deleted inserted replaced
3907:7b5c767f229c 3908:7588156f5cf9
244 return; 244 return;
245 } 245 }
246 } 246 }
247 247
248 // Check if caller must update oop argument 248 // Check if caller must update oop argument
249 regMap.setIncludeArgumentOops(cb.callerMustGCArguments(regMap.getThread())); 249 regMap.setIncludeArgumentOops(cb.callerMustGCArguments());
250 250
251 int nofCallee = 0; 251 int nofCallee = 0;
252 Address[] locs = new Address[2 * REG_COUNT + 1]; 252 Address[] locs = new Address[2 * REG_COUNT + 1];
253 VMReg [] regs = new VMReg [2 * REG_COUNT + 1]; 253 VMReg [] regs = new VMReg [2 * REG_COUNT + 1];
254 // ("+1" because REG_COUNT might be zero) 254 // ("+1" because REG_COUNT might be zero)