Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.5.0 Beta 2
-
Fix Version/s: 2.5.0 Beta 3
-
Component/s: Mac
-
Labels:None
-
Environment:
Mac OS X/Intel
-
Acceptance Test - Add?:No
Description
Java applications on OSX are launched by a small native program called JavaApplicationStub. Jarbundler grabs the JavaApplicationStub included with the OS, but on PPC Macs that's a PPC-only binary. This causes OSX to use the Rosetta PPC emulation system to start JavaApplicationStub up, which is probably slowing our launch time a little on Intel Macs.
Fixed in r7038