Roman Puchkovskiy created IGNITE-16259:
------------------------------------------
Summary: Improve detection of objects that cannot participate in
object graph cycles
Key: IGNITE-16259
URL: https://issues.apache.org/jira/browse/IGNITE-16259
Project: Ignite
Issue Type: Improvement
Components: networking
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Fix For: 3.0.0-alpha4
Currently, only built-ins are considered to be immune to participating in
object graph cycles. But more classes are immune: for example, a class that
only contains primitive fields cannot participate in cycles.
Representation of a non-cycleable object is a bit more compact (as we do not
need to store object ID for it), so we can save a bit of space here.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)