-
Type:
New Feature
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 5.0M10
-
Fix Version/s: None
-
Component/s: DRLVM
-
Labels:None
-
Environment:Windows and Linux
-
Patch Info:Patch Available
-
Estimated Complexity:Moderate
Tick is a concurrent GC which has been implemented in DRLVM. this patch adding the feature of supporting weak reference to it.
weak/soft references are processing concurrently, while finalizable objects and phantom references are handled in a stop-the-world phase at the moment.