OSDN Git Service

Moved the context class loader init down a bit to ensure proper init.
authorAndy McFadden <fadden@android.com>
Mon, 4 May 2009 20:29:30 +0000 (13:29 -0700)
committerAndy McFadden <fadden@android.com>
Mon, 4 May 2009 20:29:30 +0000 (13:29 -0700)
commita1a7a349843bf3bd730c3eb3bff529188f835d50
tree1991d581217f2154d5ca9f52f37dd0ff770a540b
parent9ab2fb67e66129337d22afe490e73619dff6a0dc
Moved the context class loader init down a bit to ensure proper init.

Since we're executing interpreted code it's best if we set the context
class loader as late as possible in this function.  I also updated a few
comments while I was in there.
vm/Thread.c