src/share/vm/ci/ciStreams.hpp

changeset 9745
0e3d6188f198
parent 6198
55fb97c4c58d
child 9756
2be326848943
     1.1 --- a/src/share/vm/ci/ciStreams.hpp	Tue Sep 03 06:41:37 2019 +0100
     1.2 +++ b/src/share/vm/ci/ciStreams.hpp	Tue Sep 03 06:57:35 2019 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2016, 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 @@ -264,7 +264,7 @@
    1.11    ciMethodType* get_method_type();
    1.12    ciKlass*      get_declared_method_holder();
    1.13    int           get_method_holder_index();
    1.14 -  int           get_method_signature_index();
    1.15 +  int           get_method_signature_index(const constantPoolHandle& cpool);
    1.16  
    1.17    // Get the resolved references arrays from the constant pool
    1.18    ciObjArray* get_resolved_references();

mercurial