boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field...
authorPer Bothner <per@bothner.com>
Mon, 28 Mar 2005 08:09:38 +0000 (00:09 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Mon, 28 Mar 2005 08:09:38 +0000 (00:09 -0800)
commit551ca039ecd06c92f3909d960c5e4be3a6368f62
tree387b86af33906f206e0524a169e6edcbfc011212
parent8abb6b2217202164ea30559a793ddbe364bfdd7f
boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field...

* boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field,
which can happen if class is JV_STATE_LOADED but not JV_STATE_PREPARED.

From-SVN: r97128
libjava/ChangeLog
libjava/boehm.cc