Review: GenerateNativeHeader for mac (original) (raw)
Erik Joelsson erik.joelsson at oracle.com
Tue Jul 3 18:29:23 UTC 2012
- Previous message (by thread): [OpenJDK 2D-Dev] Review: Removing GenerateNativeHeader where not needed
- Next message (by thread): Review: GenerateNativeHeader for mac
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When converting the mac build to build-infra, a bunch of files needed the new annotation GenerateNativeHeader. In order to still compile in the old build, langtools had to be added to the classpath in the ant script compiling those classes, since they were compiled by the bootjdk javac rather than the bootstrap javac.
In addition to this some of the java code used to generate java classes have been modified to sort the output to make the generated classes deterministic. This makes comparing the new and old build easier. Previously the order of methods in these generated classes were random on hashvalues.
http://cr.openjdk.java.net/~erikj/build-infra-m1.2/webrev-jdk-mac/ <http://cr.openjdk.java.net/%7Eerikj/build-infra-m1.2/webrev-jdk-mac/>
- Previous message (by thread): [OpenJDK 2D-Dev] Review: Removing GenerateNativeHeader where not needed
- Next message (by thread): Review: GenerateNativeHeader for mac
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]