rt/emul/mini/src/main/java/java/lang/reflect/Array.java
Tue, 06 May 2014 08:38:34 +0200 No need for the newArray0 method
Tue, 06 May 2014 08:36:54 +0200 1st step in eliminating Class.forName when working with array types. Class.getComponentType on directly allocated arrays does not need that.
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Mon, 21 Oct 2013 09:45:09 +0200 Making reflection with array parameters working
Fri, 12 Apr 2013 18:48:48 +0200 Introduced Exported annotation
Fri, 22 Mar 2013 10:52:51 +0100 Fixed Array methods visibility for obfuscation
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository