src/share/vm/asm/codeBuffer.hpp

changeset 1918
1a5913bf5e19
parent 1813
9f5b60a14736
child 1934
e9ff18c4ace7
     1.1 --- a/src/share/vm/asm/codeBuffer.hpp	Thu May 20 01:34:22 2010 -0700
     1.2 +++ b/src/share/vm/asm/codeBuffer.hpp	Thu May 20 06:34:23 2010 -0700
     1.3 @@ -510,9 +510,9 @@
     1.4      copy_relocations_to(blob);
     1.5      copy_code_to(blob);
     1.6    }
     1.7 -  void copy_oops_to(CodeBlob* blob) {
     1.8 +  void copy_oops_to(nmethod* nm) {
     1.9      if (!oop_recorder()->is_unused()) {
    1.10 -      oop_recorder()->copy_to(blob);
    1.11 +      oop_recorder()->copy_to(nm);
    1.12      }
    1.13    }
    1.14  

mercurial