--- old/src/share/vm/code/oopRecorder.hpp 2010-05-10 08:59:59.694729610 -0700 +++ new/src/share/vm/code/oopRecorder.hpp 2010-05-10 08:59:59.243450721 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-2010 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 @@ -70,8 +70,8 @@ return _handles->length() + first_index; } - // copy the generated oop table to CodeBlob - void copy_to(CodeBlob* code); // => code->copy_oops(_handles) + // copy the generated oop table to nmethod + void copy_to(nmethod* nm); // => code->copy_oops(_handles) bool is_unused() { return _handles == NULL && !_complete; } #ifdef ASSERT