src/share/vm/interpreter/rewriter.hpp

changeset 1920
ab102d5d923e
parent 1573
dd57230ba8fe
child 1934
e9ff18c4ace7
     1.1 --- a/src/share/vm/interpreter/rewriter.hpp	Fri May 21 02:59:24 2010 -0700
     1.2 +++ b/src/share/vm/interpreter/rewriter.hpp	Sun May 23 01:38:26 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1998-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1998-2010 Sun Microsystems, Inc.  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