cvs commit: ports/java/jdk16 Makefile ports/java/jdk16/files patch-hotspot-vm-attachListener_bsd.cpp patch-j2se-attach-BSDAttachProvider.java patch-j2se-attach-BSDVirtualMachine.c patch-j2se-attach-BSDVirtualMachine.java patch-j2se-attach-Exportedfiles.gmk patch-j2se-attach-mapfile-bsd patch-j2se-services-com.sun.tools.attach.spi.AttachProvider

Greg Lewis glewis at FreeBSD.org
Sun Feb 1 23:35:54 PST 2009


glewis      2009-02-02 07:35:54 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk16           Makefile 
  Added files:
    java/jdk16/files     patch-hotspot-vm-attachListener_bsd.cpp 
                         patch-j2se-attach-BSDAttachProvider.java 
                         patch-j2se-attach-BSDVirtualMachine.c 
                         patch-j2se-attach-BSDVirtualMachine.java 
                         patch-j2se-attach-Exportedfiles.gmk 
                         patch-j2se-attach-mapfile-bsd 
                         patch-j2se-services-com.sun.tools.attach.spi.AttachProvider 
  Log:
  . Implement the virtual machine interface for BSD.  This allows
    jmap -histo and jmap -dump to work.
  
  Submitted by:   Brian Gardner <brian at experts-exchange.com>
  Sponsored by:   Experts Exchange
  
  Revision  Changes    Path
  1.167     +1 -1      ports/java/jdk16/Makefile
  1.1       +98 -0     ports/java/jdk16/files/patch-hotspot-vm-attachListener_bsd.cpp (new)
  1.1       +44 -0     ports/java/jdk16/files/patch-j2se-attach-BSDAttachProvider.java (new)
  1.1       +286 -0    ports/java/jdk16/files/patch-j2se-attach-BSDVirtualMachine.c (new)
  1.1       +297 -0    ports/java/jdk16/files/patch-j2se-attach-BSDVirtualMachine.java (new)
  1.1       +15 -0     ports/java/jdk16/files/patch-j2se-attach-Exportedfiles.gmk (new)
  1.1       +28 -0     ports/java/jdk16/files/patch-j2se-attach-mapfile-bsd (new)
  1.1       +9 -0      ports/java/jdk16/files/patch-j2se-services-com.sun.tools.attach.spi.AttachProvider (new)


More information about the cvs-ports mailing list