Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: Infrastructure: Build, Runtime: Class Library: Harmony
-
Labels:None
-
Number of attachments :
Description
Apache Harmony and IcedTea provide alternatives to GNU Classpath for our class library implementation. We should support these class libraries as they provide a work around for when functionality is missing from GNU Classpath or to see what performance issues there are.
| 1. | Add support for Strings that don't copy their contents to Harmony | |
|
Unassigned |
I think this is an important goal. If Jikes RVM were a) to be class library-independent, and b) to have Apache Harmony bindings, it would be a great step forward.
Does anyone know of any other JVMs out there with both GNU classpath and Apache Harmony bindings?
Apparently the new Google VM to be used in their phone is using the Apache libraries, and it appears (from some stack traces I've seen
that the latest product JVM from IBM is now using some version of the apache libraries too (as of mid-December 2007). So it is definitely one to keep an eye on.
--Steve