src/share/vm/ci/ciCPCache.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciCPCache.hpp	Mon Feb 15 19:36:09 2010
--- new/src/share/vm/ci/ciCPCache.hpp	Mon Feb 15 19:36:08 2010

*** 1,7 **** --- 1,7 ---- /* ! * Copyright 2009-2010 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 37,43 **** --- 37,45 ---- // Get the offset in bytes from the oop to the f1 field of the // requested entry. size_t get_f1_offset(int index); + bool is_f1_null_at(int index); + void print(); };

src/share/vm/ci/ciCPCache.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File