Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

The GarbageCollector aspect. #20

@GoogleCodeExporter

Description

@GoogleCodeExporter
- Create the @GarbageCollector annotation; the annotation should be on the
methods.
- The annotation contains a parameter (minFreeMemory). 

The idea is to annotate methods with @GarbageCollector annotation; when the
annotated method is executed and the amount of free memory is less than the
value of minFreeMemory parameter then a call to the System.gc() is made.

Original issue reported on code.google.com by adyc...@gmail.com on 1 Jan 2009 at 4:05

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions