Commit 96a1ceb3 by Bryce McKinlay Committed by Bryce McKinlay

* boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.

From-SVN: r46941
parent 40c0668b
2001-11-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.
2001-11-09 Jeff Sturm <jsturm@one-point.com> 2001-11-09 Jeff Sturm <jsturm@one-point.com>
* verify.cc: Wrap in #ifdef INTERPRETER...#endif. * verify.cc: Wrap in #ifdef INTERPRETER...#endif.
......
...@@ -575,7 +575,7 @@ _Jv_GCRegisterDisappearingLink (jobject *objp) ...@@ -575,7 +575,7 @@ _Jv_GCRegisterDisappearingLink (jobject *objp)
} }
jboolean jboolean
_Jv_GCCanReclaimSoftReference (jobject obj) _Jv_GCCanReclaimSoftReference (jobject)
{ {
// For now, always reclaim soft references. FIXME. // For now, always reclaim soft references. FIXME.
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment