agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Helper.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Helper.java	Wed Aug 26 18:20:00 2009
--- new/agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Helper.java	Wed Aug 26 18:20:00 2009

*** 26,39 **** --- 26,35 ---- import sun.jvm.hotspot.asm.*; public class X86Helper implements CPUHelper { public Disassembler createDisassembler(long startPc, byte[] code) { return new X86Disassembler(startPc, code); } public Register getIntegerRegister(int num) { return X86Registers.getRegister32(num); } public Register getFloatRegister(int num) {

agent/src/share/classes/sun/jvm/hotspot/asm/x86/X86Helper.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File