Undefined symbols for architecture x86_64:
"_attachCurrentThread", referenced from:
+[ThreadUtilities getJNIEnv] in ThreadUtilities.o
+[ThreadUtilities getJNIEnvUncached] in ThreadUtilities.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [/Volumes/work/tot/jdk9/build/macosx-x86_64-normal-server-slowdebug/jdk/lib/libosxapp.dylib] Error 1
This is with JDK checked out using "hg clone http://hg.openjdk.java.net/jdk9/hs-rt jdk9" as of today (May 21, 2014)
JDK configured using "./configure --with-boot-jdk=`/usr/libexec/java_home -v 1.8` --with-debug-level=slowdebug --with-jobs=8" and build using "make images"