Mon, 28 Jan 2013 13:30:53 +0100Merge of new classes requested by FX team
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 28 Jan 2013 13:30:53 +0100] rev 598
Merge of new classes requested by FX team

Mon, 28 Jan 2013 13:28:02 +0100More classes requested by FX team jdk7-b147
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 28 Jan 2013 13:28:02 +0100] rev 597
More classes requested by FX team

Fri, 25 Jan 2013 15:08:24 +0100Merge default to model branch to continue work on arrays model
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 25 Jan 2013 15:08:24 +0100] rev 596
Merge default to model branch to continue work on arrays

Mon, 28 Jan 2013 12:18:24 +0100String.getBytes and InputStreamReader support UTF-8 encoding
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 28 Jan 2013 12:18:24 +0100] rev 595
String.getBytes and InputStreamReader support UTF-8 encoding

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