Strong Reference to object and that object soft reference back to this
.
My program has a list of product sales record, and product itself refer the order object.
program has a function summaries order detail, it use order’s product sales to calculate something.
Most Important I question is that will cause YGC not clearing them when I set list of product sales record to null?