classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [RFA/JDWP] ReferenceKey


From: Keith Seitz
Subject: [cp-patches] [RFA/JDWP] ReferenceKey
Date: Fri, 17 Jun 2005 12:25:48 -0700

Hi,

Okay, here'e where the weirdness starts. The ID manager (not yet
submitted) keeps a table which map objects to IDs. This is used to
quickly lookup Objects to see if they have an ID associated with them
already.

The ReferenceKey class is a SoftReference class with some logic to allow
the ID manager to clean-up garbage-collected Objects and their
ReferenceKeys.

After a patch for JdwpIdFactory, the IdManager is next.

Comments/questions/concerns?
Keith

ChangeLog
2005-06-17  Keith Seitz  <address@hidden>

        * gnu/classpath/jdwp/id/ReferenceKey.java: New file.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]