src/share/vm/ci/ciCPCache.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciCPCache.cpp	Fri Mar 18 14:59:10 2011
--- new/src/share/vm/ci/ciCPCache.cpp	Fri Mar 18 14:59:10 2011

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2009, 2011, Oracle and/or its affiliates. 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.
*** 44,55 **** --- 44,54 ---- // ------------------------------------------------------------------ // ciCPCache::is_f1_null_at bool ciCPCache::is_f1_null_at(int index) { VM_ENTRY_MARK; ! oop f1 = entry_at(index)->f1(); return (f1 == NULL); ! return entry_at(index)->is_f1_null(); } // ------------------------------------------------------------------ // ciCPCache::get_pool_index

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