Issue 10895 - JavaVM service needs special system properties on Mac OS X
Summary: JavaVM service needs special system properties on Mac OS X
Status: CLOSED WONT_FIX
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.0
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 1.0.4
Assignee: pluby
QA Contact: issues@porting
URL:
Keywords: merge_pending
: 11920 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-01-23 19:30 UTC by pluby
Modified: 2007-02-05 03:30 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
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 (1.98 KB, patch)
2003-03-31 23:13 UTC, fa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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