Re: Review: Removing GenerateNativeHeader where not needed

2012-07-04 Thread Anthony Petrov
Looks good to me. Although most of the changes are in Java2D code, so I'm also CC'ing 2d-dev@ to take a look. -- best regards, Anthony On 7/3/2012 10:23 PM, Erik Joelsson wrote: The build infra project added the use of the annotation GenerateNativeHeader. It was addded to java classes without

Re: RFR: 7181175 Enable hotspot builds on Windows with MinGW/MSYS

2012-07-04 Thread David Holmes
Tim, Volker, Thanks for the comments and explanations about the transition from gmake to nmake - very confusing. That just leaves the COMPILE_RMIC issue to resolve. Thanks, David On 4/07/2012 4:38 PM, Tim Bell wrote: Additional comments inline: On 07/03/12 00:40, Volker Simonis wrote: Hi,