sundar [Fri, 05 Jul 2013 14:38:04 +0530] rev 18851
8019947: inherited property invalidation does not work with two globals in same context
Reviewed-by: jlaskey, lagergren, hannesw, attila
lagergren [Thu, 04 Jul 2013 17:28:04 +0200] rev 18850
Merge
lagergren [Thu, 04 Jul 2013 17:27:33 +0200] rev 18849
8019821: allInteger switches were confused by boolean cases, as they are a narrower type than int
Reviewed-by: sundar, hannesw
attila [Thu, 04 Jul 2013 14:10:18 +0200] rev 18848
8019809: return after break incorrectly sets the block as terminal
Reviewed-by: jlaskey, lagergren
jlaskey [Wed, 03 Jul 2013 13:41:18 -0300] rev 18847
8011629: Object.defineProperty performance issue
Reviewed-by: sundar, attila
Contributed-by: james.laskey@oracle.com
attila [Wed, 03 Jul 2013 18:10:12 +0200] rev 18846
8017768: allow dot as inner class name separator for Java.type
Reviewed-by: jlaskey, sundar
sundar [Wed, 03 Jul 2013 19:20:29 +0530] rev 18845
8019814: Add regression test for passing cases
Reviewed-by: jlaskey, lagergren
lagergren [Wed, 03 Jul 2013 15:46:03 +0200] rev 18844
8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls
Reviewed-by: sundar, jlaskey
sundar [Wed, 03 Jul 2013 17:26:31 +0530] rev 18843
8019805: for each (init; test; modify) is invalid
Reviewed-by: lagergren, jlaskey
lagergren [Wed, 03 Jul 2013 13:03:36 +0200] rev 18842
8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode
Reviewed-by: sundar, attila