Wed, 07 May 2014 08:49:54 +0200Methods in Array are shared between different VMs, but other types like Integer, or Float, aren't. Need to be careful when using equality then closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 07 May 2014 08:49:54 +0200] rev 1541
Methods in Array are shared between different VMs, but other types like Integer, or Float, aren't. Need to be careful when using equality then

Tue, 06 May 2014 17:47:45 +0200Continuing work on launcher unification closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 06 May 2014 17:47:45 +0200] rev 1540
Continuing work on launcher unification

Tue, 06 May 2014 17:46:47 +0200Merging the closure branch as it seems to be in a state when it is ready to work and not break anything
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 06 May 2014 17:46:47 +0200] rev 1539
Merging the closure branch as it seems to be in a state when it is ready to work and not break anything

Tue, 06 May 2014 16:48:12 +0200Need to convert Java string to Rhino's string on JDK7 closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 06 May 2014 16:48:12 +0200] rev 1538
Need to convert Java string to Rhino's string on JDK7

Tue, 06 May 2014 11:46:47 +0200Reuse the browser for js and in brwsr test execution closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 06 May 2014 11:46:47 +0200] rev 1537
Reuse the browser for js and in brwsr test execution

Tue, 06 May 2014 11:30:08 +0200java.lang.Boolean class has to be initialized before we can do instanceof on it (and primitive types) closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 06 May 2014 11:30:08 +0200] rev 1536
java.lang.Boolean class has to be initialized before we can do instanceof on it (and primitive types)

Tue, 06 May 2014 11:12:40 +0200Storing constructor function in last element of multidimensional array closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 06 May 2014 11:12:40 +0200] rev 1535
Storing constructor function in last element of multidimensional array

Tue, 06 May 2014 10:08:42 +02002nd step in eliminating need for Class.forName when dealing with arrays closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 06 May 2014 10:08:42 +0200] rev 1534
2nd step in eliminating need for Class.forName when dealing with arrays

Tue, 06 May 2014 08:38:34 +0200No need for the newArray0 method closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 06 May 2014 08:38:34 +0200] rev 1533
No need for the newArray0 method

Tue, 06 May 2014 08:36:54 +02001st step in eliminating Class.forName when working with array types. Class.getComponentType on directly allocated arrays does not need that. closure
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 06 May 2014 08:36:54 +0200] rev 1532
1st step in eliminating Class.forName when working with array types. Class.getComponentType on directly allocated arrays does not need that.