comparison src/share/vm/ci/ciCPCache.hpp @ 1330:4a9cc99938e3

Merge
author acorn
date Fri, 26 Mar 2010 11:10:26 -0400
parents 3cf667df43ef
children c18cbe5936b8
comparison
equal deleted inserted replaced
1329:84043c7507b9 1330:4a9cc99938e3
1 /* 1 /*
2 * Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 2009-2010 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
37 37
38 // Get the offset in bytes from the oop to the f1 field of the 38 // Get the offset in bytes from the oop to the f1 field of the
39 // requested entry. 39 // requested entry.
40 size_t get_f1_offset(int index); 40 size_t get_f1_offset(int index);
41 41
42 bool is_f1_null_at(int index);
43
42 void print(); 44 void print();
43 }; 45 };