src/share/vm/prims/methodComparator.hpp

changeset 2268
3b2dea75431e
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/prims/methodComparator.hpp	Sat Oct 30 12:19:07 2010 -0700
     1.2 +++ b/src/share/vm/prims/methodComparator.hpp	Sat Oct 30 13:08:23 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 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 @@ -36,6 +36,7 @@
    1.11    static GrowableArray<int> *_fwd_jmps;
    1.12  
    1.13    static bool args_same(Bytecodes::Code c_old, Bytecodes::Code c_new);
    1.14 +  static bool pool_constants_same(int cpi_old, int cpi_new);
    1.15    static int check_stack_and_locals_size(methodOop old_method, methodOop new_method);
    1.16  
    1.17   public:

mercurial