示例#1
0
 public SPARCSafepointOp(LIRFrameState state, HotSpotVMConfig config, LIRGeneratorTool tool) {
   this.state = state;
   this.config = config;
   temp = tool.newVariable(tool.target().wordKind);
 }