Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
5.0M10
-
None
-
None
-
Windows and Linux
-
Patch Available
-
Moderate
Description
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.