hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/Frame.java

Print this page
rev 611 : Merge

*** 1,7 **** /* ! * Copyright 2000-2006 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 2000-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.
*** 532,542 **** } public void visitValueLocation(Address valueAddr) { } ! public void visitDeadLocation(Address deadAddr) { } } private void oopsInterpretedDo(AddressVisitor oopVisitor, RegisterMap map) { if (Assert.ASSERTS_ENABLED) { --- 532,543 ---- } public void visitValueLocation(Address valueAddr) { } ! public void visitNarrowOopLocation(Address compOopAddr) { ! addressVisitor.visitCompOopAddress(compOopAddr); } } private void oopsInterpretedDo(AddressVisitor oopVisitor, RegisterMap map) { if (Assert.ASSERTS_ENABLED) {