| Summary: | Update port: java/jikes - new version 1.14 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | chrise <chrise> | ||||
| Component: | Individual Port(s) | Assignee: | Archie Cobbs <archie> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->archie over to maintainer State Changed From-To: open->closed Port updated. |
New version 1.14 Relevant changes: - Corrected configuration and compilation issues for HP/UX's aCC compiler and older versions of g++ on FreeBSD. - Better handling of floating point to string conversions, and vice versa, especially where constants are concerned. In addition floating point code is now emulated by default for better compliance with the JLS and JVMS. There were a number of other corrections for greater spec compliance as well. - Significantly improved command line options for classpath related issues. Including -bootclasspath, -extdirs, and -sourcepath options, all of which are also loaded from environment variables of the same name. - Fixed a number of assertion failures, including the much hated timestamp failure on windows. - Fixed one of the cases which prevented Jikes produced classes from being debugged with JPDA compilers. Sadly a second test case was submitted just days before the release was frozen... so while more classes are debug-able, some will continue to be unable to set breakpoints in any method in the class due to the lack of debugging information for unrelated other portions of the class.