src/share/vm/interpreter/rewriter.hpp

changeset 1573
dd57230ba8fe
parent 1494
389049f3f393
child 1907
c18cbe5936b8
child 1920
ab102d5d923e
     1.1 --- a/src/share/vm/interpreter/rewriter.hpp	Tue Jan 05 13:05:58 2010 +0100
     1.2 +++ b/src/share/vm/interpreter/rewriter.hpp	Tue Jan 05 15:21:25 2010 +0100
     1.3 @@ -57,7 +57,7 @@
     1.4    }
     1.5  
     1.6    // All the work goes in here:
     1.7 -  Rewriter(instanceKlassHandle klass, TRAPS);
     1.8 +  Rewriter(instanceKlassHandle klass, constantPoolHandle cpool, objArrayHandle methods, TRAPS);
     1.9  
    1.10    void compute_index_maps();
    1.11    void make_constant_pool_cache(TRAPS);
    1.12 @@ -70,6 +70,7 @@
    1.13   public:
    1.14    // Driver routine:
    1.15    static void rewrite(instanceKlassHandle klass, TRAPS);
    1.16 +  static void rewrite(instanceKlassHandle klass, constantPoolHandle cpool, objArrayHandle methods, TRAPS);
    1.17  
    1.18    enum {
    1.19      _secondary_entry_tag = nth_bit(30)

mercurial