src/share/vm/interpreter/interpreter.hpp

changeset 2103
3e8fbc61cee8
parent 2036
126ea7725993
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/interpreter/interpreter.hpp	Mon Aug 23 09:09:36 2010 -0700
     1.2 +++ b/src/share/vm/interpreter/interpreter.hpp	Wed Aug 25 05:27:54 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2007, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 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 @@ -117,7 +117,7 @@
    1.11  
    1.12  
    1.13      // commit Codelet
    1.14 -    AbstractInterpreter::code()->commit((*_masm)->code()->pure_code_size());
    1.15 +    AbstractInterpreter::code()->commit((*_masm)->code()->pure_insts_size());
    1.16      // make sure nobody can use _masm outside a CodeletMark lifespan
    1.17      *_masm = NULL;
    1.18    }

mercurial