hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/OopMapSet.java
changeset 10517 f92c9ff3a15f
parent 5547 f4b087cbb361
equal deleted inserted replaced
10516:2797e487c09f 10517:f92c9ff3a15f
   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)