Searched refs:reflectionFields (Results 1 – 1 of 1) sorted by relevance
174 private transient HashMap<ObjectStreamField, Field> reflectionFields = field in ObjectStreamClass197 synchronized (reflectionFields) { in checkAndGetReflectionField()198 Field field = reflectionFields.get(osf); in checkAndGetReflectionField()201 if (field != null || reflectionFields.containsKey(osf)) { in checkAndGetReflectionField()224 synchronized (reflectionFields) { in checkAndGetReflectionField()225 reflectionFields.put(osf, field); in checkAndGetReflectionField()