Revision: 5950 http://jnode.svn.sourceforge.net/jnode/?rev=5950&view=rev Author: lsantha Date: 2013-02-17 15:16:02 +0000 (Sun, 17 Feb 2013) Log Message: ----------- OpenJDK integration.
Modified Paths: -------------- classlib6/core/src/openjdk/java/java/lang/reflect/Constructor.java classlib6/core/src/openjdk/java/java/lang/reflect/Field.java classlib6/core/src/openjdk/java/java/lang/reflect/Method.java Modified: classlib6/core/src/openjdk/java/java/lang/reflect/Constructor.java =================================================================== --- classlib6/core/src/openjdk/java/java/lang/reflect/Constructor.java 2013-02-16 21:24:21 UTC (rev 5949) +++ classlib6/core/src/openjdk/java/java/lang/reflect/Constructor.java 2013-02-17 15:16:02 UTC (rev 5950) @@ -111,13 +111,12 @@ // and potentially many Constructor objects pointing to it.) private Constructor<T> root; - //jnode /** * Package-private constructor used by ReflectAccess to enable * instantiation of these objects in Java code from the java.lang * package via sun.reflect.LangReflectAccess. */ - public Constructor(Class<T> declaringClass, + Constructor(Class<T> declaringClass, Class[] parameterTypes, Class[] checkedExceptions, int modifiers, Modified: classlib6/core/src/openjdk/java/java/lang/reflect/Field.java =================================================================== --- classlib6/core/src/openjdk/java/java/lang/reflect/Field.java 2013-02-16 21:24:21 UTC (rev 5949) +++ classlib6/core/src/openjdk/java/java/lang/reflect/Field.java 2013-02-17 15:16:02 UTC (rev 5950) @@ -106,13 +106,13 @@ return genericInfo; //return cached repository } - //jnode + /** * Package-private constructor used by ReflectAccess to enable * instantiation of these objects in Java code from the java.lang * package via sun.reflect.LangReflectAccess. */ - public Field(Class declaringClass, + Field(Class declaringClass, String name, Class type, int modifiers, Modified: classlib6/core/src/openjdk/java/java/lang/reflect/Method.java =================================================================== --- classlib6/core/src/openjdk/java/java/lang/reflect/Method.java 2013-02-16 21:24:21 UTC (rev 5949) +++ classlib6/core/src/openjdk/java/java/lang/reflect/Method.java 2013-02-17 15:16:02 UTC (rev 5950) @@ -115,13 +115,12 @@ return genericInfo; //return cached repository } - //jnode /** * Package-private constructor used by ReflectAccess to enable * instantiation of these objects in Java code from the java.lang * package via sun.reflect.LangReflectAccess. */ - public Method(Class declaringClass, + Method(Class declaringClass, String name, Class[] parameterTypes, Class returnType, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials, tech docs, whitepapers, evaluation guides, and opinion stories. Check out the most recent posts - join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Jnode-svn-commits mailing list Jnode-svn-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits