--- old/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/AddressVisitor.java 2009-08-01 04:06:41.318367626 +0100 +++ new/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/AddressVisitor.java 2009-08-01 04:06:41.244465397 +0100 @@ -1,5 +1,5 @@ /* - * Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. + * 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 @@ -31,4 +31,5 @@ public interface AddressVisitor { public void visitAddress(Address addr); + public void visitCompOopAddress(Address addr); }