RFR: 8145132: Initial updates for ios x86_64 mobile/dev builds. (original) (raw)
Thomas Stüfe thomas.stuefe at gmail.com
Fri Dec 18 21:11:39 UTC 2015
- Previous message (by thread): RFR: 8145132: Initial updates for ios x86_64 mobile/dev builds.
- Next message (by thread): RFR: 8145132: Initial updates for ios x86_64 mobile/dev builds.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Gary,
In the Linux os layer - especially in os_linux.cpp - I see you have reintroduced old coding we just painstakingly removed because it was not needed for modern Linuxes anymore. For instance, coding dealing with old Linuxthreads (vs Nptl, which is ubiquitous nowadays) or workarounds for old glibc bugs. Is this really needed for Android? Or is this just a merge error?
Kind regards, Thomas On Dec 11, 2015 16:15, "Gary Adams" <gary.adams at oracle.com> 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.
- Previous message (by thread): RFR: 8145132: Initial updates for ios x86_64 mobile/dev builds.
- Next message (by thread): RFR: 8145132: Initial updates for ios x86_64 mobile/dev builds.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]