Andrei Dmitriev wrote: > Hi folks, > > I'm experiencing a crash with the latest javac and java build on MacOSX: > Any ideas what's going on there? I think it's not an issue with the > latest merge because I've seen that crash that week too. > > ../build/bsd-i586/bin/javac > # > # An unexpected error has been detected by Java Runtime Environment: > # > # Internal Error (554E534146450E43505004DA), pid=97421, tid=0xb0051000 > # > # Java VM: Java HotSpot(TM) Client VM > (1.6.0_03-p3-landonf_19_aug_2008_14_55-b00 mixed mode) ^^^^^^^^^^^^^^^^^^^^^^
Hi Andrei, That looks like the soylatte hotspot not the bsd-port/openjdk7 hotspot. Did you build with ALT_HOTSPOT_IMPORT_PATH? ALT_HOTSPOT_IMPORT_PATH and ALT_JDK_IMPORT_PATH can not point to a soylatte build. Leave them unset to build bsd-port. See the following email for an example of how to get a clean build of bsd-port on OS X: http://mail.openjdk.java.net/pipermail/bsd-port-dev/2009-June/000735.html Regards, -Kurt