src/share/vm/ci/ciCPCache.hpp

changeset 1730
3cf667df43ef
parent 1572
97125851f396
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/ci/ciCPCache.hpp	Mon Mar 08 04:46:30 2010 -0800
     1.2 +++ b/src/share/vm/ci/ciCPCache.hpp	Tue Mar 09 20:16:19 2010 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 2009-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 @@ -39,5 +39,7 @@
    1.11    // requested entry.
    1.12    size_t get_f1_offset(int index);
    1.13  
    1.14 +  bool is_f1_null_at(int index);
    1.15 +
    1.16    void print();
    1.17  };

mercurial