hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/MachineDescriptionAMD64.java

Print this page
rev 611 : Merge

*** 1,7 **** /* ! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 27,40 **** public class MachineDescriptionAMD64 extends MachineDescriptionTwosComplement implements MachineDescription { public long getAddressSize() { return 8; } - public long getOopSize() { - return 8; - } - public boolean isLP64() { return true; } public boolean isBigEndian() { --- 27,36 ----