src/share/vm/code/oopRecorder.hpp

changeset 1934
e9ff18c4ace7
parent 1907
c18cbe5936b8
parent 1918
1a5913bf5e19
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/code/oopRecorder.hpp	Tue Jun 01 11:48:33 2010 -0700
     1.2 +++ b/src/share/vm/code/oopRecorder.hpp	Wed Jun 02 22:45:42 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 2010, Oracle and/or its affiliates. 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