Apache Harmony是Apache软件基金会的Java SE项目。 这个项目的目标是营造一个大型的、健康的社区,这个社区由那些对运行是平台感兴趣的人组成。他们的任务是完成:
- 一个兼容的、独立的Java SE 5 JDK的实现,并根据Apache License v2发布;
- 一个由社区开发的模块化的运行时(包括java虚拟机和类库)体系结构。
该项目期望支持尽可能多的不同平台。一个特定的平台是否被支持,主要取决于参与者能在这个平台上定期运行测试、报告编译安装的情况,以及为该平台除虫,等等。
Sponsored Links新版本修复了大量的bug,以及下面一些值得关注的改进:
- 性能: across multiple areas, including class library improvements and JIT compiler global propagation optimizations, integer MUL/DIV/REM strength reduction, and so on.
- pack200: a new implementation of the JSR-200 compression technology for Java bytecodes.
- 移植工作: in the class libraries for AIX and zOS operating systems.
- 修复Bug: focus on our test case enhancements, and on passing the Eclipse Test Suite.