Hi, I'm trying to build the BSD port and using SoyLatte 1.0.3 as a bootstrap. The following error occur in a few seconds:
soylatte16-i386-1.0.3/bin/javac -J-XX:ThreadStackSize=768 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-client -J-Xmx896m -J-Xms128m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5 -encoding ascii -Xbootclasspath:../../../build/bsd-i586/classes -XDinvokedynamic -sourcepath ../../../build/bsd-i586/gensrc:../../../src/solaris/classes:../../../src/share/classes -d ../../../build/bsd-i586/classes @../../../build/bsd-i586/tmp/java/java.dyn/.classes.list.filtered ../../../src/share/classes/sun/dyn/CallSiteImpl.java:67: illegal start of type PRIVATE_INITIALIZE_CALL_SITE.<void>invoke(site, callerMID, callerBCI); ^ ../../../src/share/classes/sun/dyn/CallSiteImpl.java:67: not a statement PRIVATE_INITIALIZE_CALL_SITE.<void>invoke(site, callerMID, callerBCI); ^ ../../../src/share/classes/sun/dyn/CallSiteImpl.java:67: not a statement PRIVATE_INITIALIZE_CALL_SITE.<void>invoke(site, callerMID, callerBCI); Perhaps this is because I need newer bootstrap. Any ideas where to get that? Thanks, Andrei