hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionSPARC32Bit.java
changeset 360 21d113ecbf6a
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
equal deleted inserted replaced
357:f4edb0d9f109 360:21d113ecbf6a
    27 public class MachineDescriptionSPARC32Bit extends MachineDescriptionTwosComplement implements MachineDescription {
    27 public class MachineDescriptionSPARC32Bit extends MachineDescriptionTwosComplement implements MachineDescription {
    28   public long getAddressSize() {
    28   public long getAddressSize() {
    29     return 4;
    29     return 4;
    30   }
    30   }
    31 
    31 
    32   public long getOopSize() {
       
    33     return 4;
       
    34   }
       
    35 
       
    36   public boolean isBigEndian() {
    32   public boolean isBigEndian() {
    37     return true;
    33     return true;
    38   }
    34   }
    39 }
    35 }