agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCHelper.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File sadis Cdiff agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCHelper.java

agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCHelper.java

Print this page

        

*** 25,38 **** package sun.jvm.hotspot.asm.sparc; import sun.jvm.hotspot.asm.*; public class SPARCHelper implements CPUHelper { - public Disassembler createDisassembler(long startPc, byte[] code) { - return new SPARCV9Disassembler(startPc, code); - } - public Register getIntegerRegister(int num) { return SPARCRegisters.getRegister(num); } public Register getFloatRegister(int num) { --- 25,34 ----
agent/src/share/classes/sun/jvm/hotspot/asm/sparc/SPARCHelper.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File