Mon, 28 Jan 2013 00:15:38 +0100using Number for as a base for Long number type arithmetic
Martin Soch <Martin.Soch@oracle.com> [Mon, 28 Jan 2013 00:15:38 +0100] rev 594
using Number for as a base for Long number type

Sun, 27 Jan 2013 10:19:02 +0100merge with trunk arithmetic
Martin Soch <Martin.Soch@oracle.com> [Sun, 27 Jan 2013 10:19:02 +0100] rev 593
merge with trunk

Sat, 26 Jan 2013 08:47:05 +0100In order to support fields of the same name in subclasses we are now prefixing them with name of the class that defines them. To provide convenient way to access them from generated bytecode and also directly from JavaScript, there is a getter/setter function for each field. It starts with _ followed by the field name. If called with a parameter, it sets the field, with a parameter it just returns it.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 26 Jan 2013 08:47:05 +0100] rev 592
In order to support fields of the same name in subclasses we are now prefixing them with name of the class that defines them. To provide convenient way to access them from generated bytecode and also directly from JavaScript, there is a getter/setter function for each field. It starts with _ followed by the field name. If called with a parameter, it sets the field, with a parameter it just returns it.

Fri, 25 Jan 2013 16:47:04 +0100Merge of ServiceLoader capable of loading class and its implementation
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Jan 2013 16:47:04 +0100] rev 591
Merge of ServiceLoader capable of loading class and its implementation

Fri, 25 Jan 2013 16:46:14 +0100Too naive implementation of isJavaIdentifierPart which prevented ServiceLoader to load innerclasses emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Jan 2013 16:46:14 +0100] rev 590
Too naive implementation of isJavaIdentifierPart which prevented ServiceLoader to load innerclasses

Fri, 25 Jan 2013 16:37:18 +0100Merge of more instructions and better register allocation by Ludo emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Jan 2013 16:37:18 +0100] rev 589
Merge of more instructions and better register allocation by Ludo

Fri, 25 Jan 2013 16:36:09 +0100Merge with today's work on default branch emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Jan 2013 16:36:09 +0100] rev 588
Merge with today's work on default branch

Fri, 25 Jan 2013 15:44:09 +0100Merge with trunk registers
Lubomir Nerad <lubomir.nerad@oracle.com> [Fri, 25 Jan 2013 15:44:09 +0100] rev 587
Merge with trunk

Fri, 25 Jan 2013 15:47:46 +0100Class.isEnum supported
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Jan 2013 15:47:46 +0100] rev 586
Class.isEnum supported

Fri, 25 Jan 2013 15:38:12 +0100Support for additional instructions registers
Lubomir Nerad <lubomir.nerad@oracle.com> [Fri, 25 Jan 2013 15:38:12 +0100] rev 585
Support for additional instructions