RFR: 8145132: Initial updates for ios x86_64 mobile/dev builds. (original) (raw)

Gary Adams gary.adams at oracle.com
Thu Dec 17 13:19:17 UTC 2015


I've revised the original webrev based on some feedback received. - reverted white space only changes - proper copyrights on the new files - some hotspot files contained previously removed code

Webrev; http://cr.openjdk.java.net/~gadams/8145132/webrev.01/

Planning to push this first batch tomorrow.

On 12/11/15 10:15, Gary Adams wrote:

Here's the initial upload of changes that provides support for the ios and android ports for the mobile/dev repos. While there have been some preliminary reviews of the code, there is still more work required before we will look for more thorough reviews and an integration to mobile/jdk9 repos.

Issue: https://bugs.openjdk.java.net/browse/JDK-8145132 Webrev: http://cr.openjdk.java.net/~gadams/8145132/webrev.00/

Here's a simple configure script to generate a ios-x8664 build for use with the iphone simulator. (uses homebrew 64 bit freetype from pkgconfig) export JAVAHOME=/usr/libexec/javahome -v 1.8 export PATH=$JAVAHOME/bin:~/homebrew/bin:$PATH _bash ../../configure _ _--openjdk-target=x8664-macos-ios _ _--with-boot-jdk=$JAVAHOME _ _--disable-warnings-as-errors _ _--disable-headful _ _--enable-static-build=yes _ --with-jvm-variants=minimal1 Also, tested with i586-macos-ios target for 32 bit with a locally built --with-freetype 2.6.2.



More information about the build-dev mailing list