Issue 10895

Summary: JavaVM service needs special system properties on Mac OS X
Product: porting Reporter: pluby
Component: codeAssignee: pluby
Status: CLOSED WONT_FIX QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.0.0Keywords: merge_pending
Target Milestone: OOo 1.0.4   
Hardware: Mac   
OS: Mac OS X, all   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
cd to stoc, patch -p0 < /path/to/patchfile Disallows use of hardware accelleration for Mac OS X systems in java apps, which 1.4 broke none

Description pluby 2003-01-23 19:30:53 UTC
The attached patch starts the JavaVM with the following system property on Mac
OS X only:

   -Dcom.apple.hwaccel=false

This is needed because on Mac OS X 10.2, the default (i.e. hardware
acceleration) can cause Java code to ran extremely slow.
Comment 1 pluby 2003-02-28 18:03:16 UTC
Change to NEW status
Comment 2 pluby 2003-02-28 18:06:02 UTC
Reassign
Comment 3 pluby 2003-02-28 18:13:01 UTC
*** Issue 11920 has been marked as a duplicate of this issue. ***
Comment 4 pluby 2003-03-31 01:43:51 UTC
Patch has been committed to OOO_STABLE_1_PORTS branch
Comment 5 fa 2003-03-31 23:13:17 UTC
Created attachment 5387 [details]
cd to stoc, patch -p0 < /path/to/patchfile   Disallows use of hardware accelleration for Mac OS X systems in java apps, which 1.4 broke
Comment 6 fa 2004-01-12 05:16:31 UTC
Patrick, are these patches still relevant for 1.1.1?  Should they be applied there if not already 
applied?
Comment 7 pluby 2004-01-12 18:53:06 UTC
I don't think it is needed in the javavm.cxx file. However, the following two
lines should be put into the OOo javarc configuration file at setup to prevent
any problems:

com.apple.hwaccel=false
com.apple.hwaccellist=
Comment 8 stx123 2004-05-25 13:54:57 UTC
According to Dan these patches have been integrated or are obsolete.
If a patch has been missed feel free to reopen and assign the proper target
milestone.

http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=7476
Comment 9 jjmckenzie 2007-02-05 03:30:20 UTC
Closing issue.  Branch was closed to updates a long time ago.

James McKenzie