Joel Dice
8ee7e8124a
fix broken interpreter build due to out-of-order class initialization
...
When we initialize the vtables for bootstrap Java classes such as
java.lang.NullPointerException (i.e. classes which the VM has built-in
knowledge of), we assign the superclass's vtable to any class which
has no declared virtual methods of its own. However, that vtable will
be null if we haven't initialized the superclass yet. Therefore, we
must order this process such that no class is initialized until after
all its superclasses.
2015-01-15 17:13:46 -07:00
..
2014-03-06 16:17:43 -07:00
2014-03-24 10:47:37 -06:00
2009-11-27 21:15:12 -07:00
2013-11-27 10:39:28 -06:00
2014-03-19 10:54:06 -06:00
2014-01-30 17:12:34 -07:00
2014-01-03 16:24:11 -07:00
2012-07-06 23:33:05 -06:00
2014-03-31 15:22:14 -06:00
2013-12-13 10:39:36 -07:00
2015-01-05 12:01:56 -07:00
2013-11-04 12:08:22 -06:00
2014-03-12 10:44:24 -06:00
2014-03-12 13:04:20 -06:00
2014-03-31 15:22:14 -06:00
2013-11-07 20:44:02 -07:00
2011-03-15 17:33:09 -06:00
2014-03-19 10:54:06 -06:00
2010-12-19 17:47:21 -07:00
2007-09-26 12:59:18 -06:00
2012-07-02 14:28:51 -06:00
2014-07-10 13:43:10 -06:00
2011-01-17 10:33:43 -07:00
2013-11-26 16:05:14 -06:00
2009-08-24 17:51:31 -06:00
2013-04-03 16:19:33 -06:00
2014-03-10 10:53:49 -06:00
2010-09-16 20:49:02 -06:00
2008-10-21 17:42:05 -06:00
2011-02-20 13:49:40 -07:00
2013-10-25 15:32:33 -05:00
2014-07-11 13:25:22 -06:00
2014-07-01 10:53:26 -06:00
2013-12-06 19:30:04 -07:00
2014-04-29 14:14:44 -06:00
2012-07-06 14:03:56 -06:00
2014-05-21 10:46:52 -06:00
2012-09-03 08:44:13 -06:00
2014-06-04 18:00:06 +02:00
2014-01-28 09:56:25 -07:00
2014-08-21 13:42:49 -06:00
2015-01-15 17:13:46 -07:00
2014-01-20 10:17:22 -07:00
2010-12-27 15:55:23 -07:00
2011-11-03 12:30:51 -06:00
2009-09-18 18:01:54 -06:00
2014-03-19 10:54:06 -06:00
2009-09-01 17:23:30 -06:00
2014-10-11 23:50:53 +04:00
2014-04-23 15:36:56 -06:00
2013-12-06 19:24:41 -06:00
2008-11-02 15:25:51 -07:00
2014-04-24 15:23:05 -06:00
2014-03-14 09:59:04 -06:00
2014-07-24 13:47:31 -06:00
2014-05-09 16:38:33 -06:00
2014-05-30 23:40:24 -06:00
2007-08-12 20:52:12 -06:00
2014-03-21 07:38:29 -06:00
2014-07-12 16:57:24 -06:00
2013-12-24 11:30:50 -07:00
2011-02-26 12:40:54 -07:00
2013-12-04 17:52:27 -07:00
2014-03-31 17:31:28 -06:00
2012-02-18 15:14:16 -07:00
2011-09-14 13:27:17 -06:00
2013-07-08 14:50:17 -06:00