Re: Review makefile changes for JDK-8004729: Method parameter reflection API

2013-01-22 Thread Eric McCorkle
On 01/22/13 20:14, Tim Bell wrote: > On 01/22/13 16:02, David Holmes wrote: >> Hi Eric, >> >> On 23/01/2013 4:47 AM, Eric McCorkle wrote: >>> Hello, >>> >>> Please review and approve the makefile changes for JDK-8004729. >>> >>> This patch add a native method (getParameters0) to the Executable clas

Re: Review makefile changes for JDK-8004729: Method parameter reflection API

2013-01-22 Thread Tim Bell
On 01/22/13 16:02, David Holmes wrote: Hi Eric, On 23/01/2013 4:47 AM, Eric McCorkle wrote: Hello, Please review and approve the makefile changes for JDK-8004729. This patch add a native method (getParameters0) to the Executable class, and uses the JVM_GetMethodParameters function exported fr

Re: Review makefile changes for JDK-8004729: Method parameter reflection API

2013-01-22 Thread David Holmes
Hi Eric, On 23/01/2013 4:47 AM, Eric McCorkle wrote: Hello, Please review and approve the makefile changes for JDK-8004729. This patch add a native method (getParameters0) to the Executable class, and uses the JVM_GetMethodParameters function exported from the JVM. http://cr.openjdk.java.net/

Review makefile changes for JDK-8004729: Method parameter reflection API

2013-01-22 Thread Eric McCorkle
Hello, Please review and approve the makefile changes for JDK-8004729. This patch add a native method (getParameters0) to the Executable class, and uses the JVM_GetMethodParameters function exported from the JVM. http://cr.openjdk.java.net/~emc/8004729/webrev.00/ For more discussion of the feat