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

src/share/vm/ci/ciCPCache.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright 2009 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. --- 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