Skip to content

Commit 8fb294a

Browse files
committed
8254781: Remove unimplemented ClassFieldMap::compute_field_count
Reviewed-by: phh, sspitsyn
1 parent da2f5ab commit 8fb294a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/share/prims/jvmtiTagMap.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -804,9 +804,6 @@ class ClassFieldMap: public CHeapObj<mtInternal> {
804804
// add a field
805805
void add(int index, char type, int offset);
806806

807-
// returns the field count for the given class
808-
static int compute_field_count(InstanceKlass* ik);
809-
810807
public:
811808
~ClassFieldMap();
812809

0 commit comments

Comments
 (0)