mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-13 12:38:07 +00:00
8254781: Remove unimplemented ClassFieldMap::compute_field_count
Reviewed-by: phh, sspitsyn
This commit is contained in:
parent
da2f5ab5b2
commit
8fb294a2bf
@ -804,9 +804,6 @@ class ClassFieldMap: public CHeapObj<mtInternal> {
|
||||
// add a field
|
||||
void add(int index, char type, int offset);
|
||||
|
||||
// returns the field count for the given class
|
||||
static int compute_field_count(InstanceKlass* ik);
|
||||
|
||||
public:
|
||||
~ClassFieldMap();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user