History log of /dalvik/tests/079-phantom/src/Main.java
Revision Date Author Comments
7365493ad8d360c1dcf9cd8b6eee62747af01cae 09-Jun-2010 Carl Shapiro <cshapiro@google.com> Remove repeated newlines at the end of files.

Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
a297c650185818b136099b5a3cc9689671e64cf5 05-Sep-2009 Andy McFadden <fadden@android.com> Phantom fun.

Mark PhantomReference fields as volatile, since the GC can alter them.

Added a simple phantom reference exerciser.