hotspot/src/share/vm/ci/ciSignature.hpp
changeset 33593 60764a78fa5c
parent 14621 fd9265ab0f67
equal deleted inserted replaced
33579:01ade4446d96 33593:60764a78fa5c
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    44 
    44 
    45   friend class ciMethod;
    45   friend class ciMethod;
    46   friend class ciBytecodeStream;
    46   friend class ciBytecodeStream;
    47   friend class ciObjectFactory;
    47   friend class ciObjectFactory;
    48 
    48 
    49   ciSignature(ciKlass* accessing_klass, constantPoolHandle cpool, ciSymbol* signature);
    49   ciSignature(ciKlass* accessing_klass, const constantPoolHandle& cpool, ciSymbol* signature);
    50   ciSignature(ciKlass* accessing_klass,                           ciSymbol* signature, ciMethodType* method_type);
    50   ciSignature(ciKlass* accessing_klass,                           ciSymbol* signature, ciMethodType* method_type);
    51 
    51 
    52   void get_all_klasses();
    52   void get_all_klasses();
    53 
    53 
    54   Symbol* get_symbol() const                     { return _symbol->get_symbol(); }
    54   Symbol* get_symbol() const                     { return _symbol->get_symbol(); }