Merge pull request #2603 from kumpera/fix_set_pending_exception
authorRodrigo Kumpera <kumpera@gmail.com>
Tue, 16 Feb 2016 16:02:23 +0000 (08:02 -0800)
committerRodrigo Kumpera <kumpera@gmail.com>
Tue, 16 Feb 2016 16:02:23 +0000 (08:02 -0800)
[runtime] Move pending_exception from InternalThread to Thread to avoid crashing on domain unload.


Trivial merge