cvs commit: ports/java/openjdk6 Makefile pkg-message ports/java/openjdk6/files patch-set patch-test

Jung-uk Kim jkim at FreeBSD.org
Fri Feb 11 00:41:48 UTC 2011


jkim        2011-02-11 00:41:48 UTC

  FreeBSD ports repository

  Modified files:
    java/openjdk6        Makefile pkg-message 
    java/openjdk6/files  patch-set patch-test 
  Log:
  - Implement some missing FreeBSD-specific methods, i.e., swap info, committed
  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.
  
  Revision  Changes    Path
  1.40      +1 -0      ports/java/openjdk6/Makefile
  1.13      +85 -26    ports/java/openjdk6/files/patch-set
  1.3       +28 -0     ports/java/openjdk6/files/patch-test
  1.2       +4 -1      ports/java/openjdk6/pkg-message


More information about the cvs-all mailing list