src/share/vm/ci/ciStreams.hpp

changeset 4037
da91efe96a93
parent 4021
7f813940ac35
child 4133
f6b0eb4e44cf
     1.1 --- a/src/share/vm/ci/ciStreams.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/share/vm/ci/ciStreams.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2012, 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 @@ -55,7 +55,6 @@
    1.11  
    1.12    ciMethod* _method;           // the method
    1.13    ciInstanceKlass* _holder;
    1.14 -  ciCPCache* _cpcache;
    1.15    address _bc_start;            // Start of current bytecode for table
    1.16    address _was_wide;            // Address past last wide bytecode
    1.17    jint* _table_base;            // Aligned start of last table or switch
    1.18 @@ -69,7 +68,6 @@
    1.19    void reset( address base, unsigned int size ) {
    1.20      _bc_start =_was_wide = 0;
    1.21      _start = _pc = base; _end = base + size;
    1.22 -    _cpcache = NULL;
    1.23    }
    1.24  
    1.25    void assert_wide(bool require_wide) const {
    1.26 @@ -266,8 +264,8 @@
    1.27    int       get_method_holder_index();
    1.28    int       get_method_signature_index();
    1.29  
    1.30 -  ciCPCache*  get_cpcache() const;
    1.31 -  ciCallSite* get_call_site();
    1.32 +  // Get the resolved references arrays from the constant pool
    1.33 +  ciObjArray* get_resolved_references();
    1.34  };
    1.35  
    1.36  

mercurial