Re: RFR: 8000404 java.lang.annotation.Native

2012-11-14 Thread Mandy Chung
Looks good to me. Mandy On 11/13/2012 9:26 PM, Jonathan Gibbons wrote: See http://cr.openjdk.java.net/~jjg/8000404/webrev/ A while back, we added a new annotation javax.tools.GenerateNativeHeader, to mark classes that contained constants of interest to native code, such that tools, like java

Re: RFR: 8000404 java.lang.annotation.Native

2012-11-14 Thread Kelly O'Hair
Looks good to me. -kto On Nov 13, 2012, at 9:26 PM, Jonathan Gibbons wrote: > See http://cr.openjdk.java.net/~jjg/8000404/webrev/ > > A while back, we added a new annotation javax.tools.GenerateNativeHeader, to > mark classes that contained constants of interest to native code, such that > to

Re: RFR: 8000404 java.lang.annotation.Native

2012-11-14 Thread Alan Bateman
On 14/11/2012 05:26, Jonathan Gibbons wrote: See http://cr.openjdk.java.net/~jjg/8000404/webrev/ A while back, we added a new annotation javax.tools.GenerateNativeHeader, to mark classes that contained constants of interest to native code, such that tools, like javac with the -h option, could

RFR: 8000404 java.lang.annotation.Native

2012-11-13 Thread Jonathan Gibbons
See http://cr.openjdk.java.net/~jjg/8000404/webrev/ A while back, we added a new annotation javax.tools.GenerateNativeHeader, to mark classes that contained constants of interest to native code, such that tools, like javac with the -h option, could generate know to generate native header files