src/share/vm/code/oopRecorder.hpp

changeset 1918
1a5913bf5e19
parent 435
a61af66fc99e
child 1934
e9ff18c4ace7
     1.1 --- a/src/share/vm/code/oopRecorder.hpp	Thu May 20 01:34:22 2010 -0700
     1.2 +++ b/src/share/vm/code/oopRecorder.hpp	Thu May 20 06:34:23 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1998-2005 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1998-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -70,8 +70,8 @@
    1.11      return _handles->length() + first_index;
    1.12    }
    1.13  
    1.14 -  // copy the generated oop table to CodeBlob
    1.15 -  void copy_to(CodeBlob* code);  // => code->copy_oops(_handles)
    1.16 +  // copy the generated oop table to nmethod
    1.17 +  void copy_to(nmethod* nm);  // => nm->copy_oops(_handles)
    1.18  
    1.19    bool is_unused() { return _handles == NULL && !_complete; }
    1.20  #ifdef ASSERT

mercurial