Review: Removing GenerateNativeHeader where not needed (original) (raw)
Erik Joelsson erik.joelsson at oracle.com
Tue Jul 3 18:23:44 UTC 2012
- Previous message (by thread): RFR: 7181175 Enable hotspot builds on Windows with MinGW/MSYS
- Next message (by thread): Review: Removing GenerateNativeHeader where not needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The build infra project added the use of the annotation GenerateNativeHeader. It was addded to java classes without native methods that were listed in the old makefiles as needing headers generated for them. It was noted then that some of those classes didn't actually need native headers. To clean things up, we have tried to identify the empty headers and removed the annotation for those classes.
http://cr.openjdk.java.net/~erikj/build-infra-m1.2/webrev-jdk-awt/ <http://cr.openjdk.java.net/%7Eerikj/build-infra-m1.2/webrev-jdk-awt/>
- Previous message (by thread): RFR: 7181175 Enable hotspot builds on Windows with MinGW/MSYS
- Next message (by thread): Review: Removing GenerateNativeHeader where not needed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]