Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a typo in the previous commit. We have more than one line now. | jkim | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | - Implement some missing FreeBSD-specific methods, i.e., swap info, committed | jkim | 2011-02-11 | 1 | -1/+4 |
| | | | | | | | virtual memory, free physical memory, and number of open file descriptors. For example, jconsole shows more realistic numbers instead of hardcoded bogus numbers in VM Summary tab now. Correct a jtreg test case for the swap info. - Mention procfs(5) is used for some features in this implementation. | ||||
* | - Update to b19 promoted build. [1] | jkim | 2010-05-18 | 1 | -0/+13 |
- Merge two additional patches from the OpenJDK BSD porting project: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/f974aefae43d http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/62dc2d00133f - Add a message to note fdescfs(5) is necessary for this implementation. PR: ports/145806 [1] Discussed with: glewis, lev |