Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1000
-
Component/s: Runtime: Class Library: Harmony
-
Labels:None
-
Number of attachments :
Description
The current support for Apache Harmony only works with 1 virtual processor (-X:processors=1). To support multiple processors we need to implement the Harmony thread library (possibly compiling Harmony with -Dhy.no.thr=true). A nice feature of the Harmony thread library is that it wraps up support for pthreads and Windows threads, this couldn't lighten the work of porting to Windows (as could using the Harmony class library in general).
Issue Links
| This issue is related to: | ||||
| RVM-91 | Modularize threading system (native thread support) |
|
|
|
Daniel's r15544 fixed this.