src/share/vm/interpreter/rewriter.hpp

changeset 1934
e9ff18c4ace7
parent 1907
c18cbe5936b8
parent 1920
ab102d5d923e
child 1957
136b78722a08
     1.1 --- a/src/share/vm/interpreter/rewriter.hpp	Tue Jun 01 11:48:33 2010 -0700
     1.2 +++ b/src/share/vm/interpreter/rewriter.hpp	Wed Jun 02 22:45:42 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1998, 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 @@ -64,8 +64,8 @@
    1.11    void scan_method(methodOop m);
    1.12    methodHandle rewrite_jsrs(methodHandle m, TRAPS);
    1.13    void rewrite_Object_init(methodHandle m, TRAPS);
    1.14 -  int  rewrite_member_reference(address bcp, int offset);
    1.15 -  void rewrite_invokedynamic(address bcp, int offset, int cp_index);
    1.16 +  void rewrite_member_reference(address bcp, int offset);
    1.17 +  void rewrite_invokedynamic(address bcp, int offset);
    1.18  
    1.19   public:
    1.20    // Driver routine:

mercurial