src/share/vm/ci/ciMethod.hpp

changeset 2462
8012aa3ccede
parent 2349
5ddfcf4b079e
child 2806
2a23b1b5a0a8
     1.1 --- a/src/share/vm/ci/ciMethod.hpp	Wed Jan 12 13:59:18 2011 -0800
     1.2 +++ b/src/share/vm/ci/ciMethod.hpp	Thu Jan 13 22:15:41 2011 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2011, 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 @@ -144,7 +144,7 @@
    1.11  
    1.12    Bytecodes::Code java_code_at_bci(int bci) {
    1.13      address bcp = code() + bci;
    1.14 -    return Bytecodes::java_code_at(bcp);
    1.15 +    return Bytecodes::java_code_at(NULL, bcp);
    1.16    }
    1.17    BCEscapeAnalyzer  *get_bcea();
    1.18    ciMethodBlocks    *get_method_blocks();

mercurial