Searched refs:inst2 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/rmi/activation/ActivationSystem/activeGroup/
H A DIdempotentActiveGroup.java58 ActivationInstantiator inst2 = null;
72 inst2 = new FakeInstantiator();
78 System.err.println("Invoke activeGroup with inst2");
79 system.activeGroup(groupID, inst2, 0);
105 if (inst2 != null) {
106 UnicastRemoteObject.unexportObject(inst2, true);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp97 jint inst2; local
109 inst2 = ip->long_at( NativeInstruction::nop_instruction_size );
110 guarantee(Assembler::inv_op(inst2)==Assembler::arith_op, "arith op");
112 assert(ip->long_at(NativeInstruction::nop_instruction_size) == NativeInstruction::set_data32_simm13( inst2, (intptr_t)np),
115 ip->set_long_at(NativeInstruction::nop_instruction_size, NativeInstruction::set_data32_simm13( inst2, (intptr_t)np));
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp4217 InstructForm *inst2 = inst->cisc_spill_alternate(); local
4218 fprintf(fp_cpp, "// %s can cisc-spill operand %d to %s\n", inst->_ident, operand, inst2->_ident);

Completed in 33 milliseconds