This project is aiming at providing a compiled versions for unofficial OpenJDK 7 and 8 packages to Mac OS X Snow Leopard and Lion users.
OpenJDK can be used by Java developers to write applications for a wide range of environments, from desktop to server.
What's New in This Release: [ read full changelog ]
· 7167976: Fix broken get_source.sh script - Reviewed-by: tbell
· 7167593: Changed get_source.sh to allow for getting full oracle jdk repo forest - Reviewed-by: erikj, asaha, chegar, sla, dholmes, mbykov, coleenp
· Added tag jdk8-b39 for changeset b6f529117521
· 7157855: jvisualvm.1 not included in binaries - Reviewed-by: katleman, thurka
· 7168208: Change use of @ in one sed command involving paths to different character - Reviewed-by: ohair
· 7167069: 6 VM flags crash the VM when queried via jinfo - Summary: Added missing double format to Flag::print_as_flag() - Reviewed-by: dholmes, stefank, coleenp
· 7167437: Can't build on linux without precompiled headers - Reviewed-by: brutisso, mgerdin
· 7167266: missing copyright notes in 3rd party code - Summary: add missing copyright notes to the regression test file. - Reviewed-by: twisti, johnc
· 7160610: Unknown Native Code compilation issue - Summary: When constructing input vector use type of vector's operation which use it since element's sizes should...