cvs commit: ports/java/jdk13/files patch-bytecodes.hpp patch-shared.hpp

Greg Lewis glewis at FreeBSD.org
Tue Dec 7 12:23:41 PST 2004


glewis      2004-12-07 20:23:40 UTC

  FreeBSD ports repository

  Added files:
    java/jdk13/files     patch-bytecodes.hpp patch-shared.hpp 
  Log:
  . Backport some fixes from 1.4 for the HotSpot Server VM when compiled
    under gcc 3.4.  In particular, this fixes some places where an enumerated
    type is assumed to be the same width as an int (which the standard
    doesn't guarantee and gcc 3.4 now enforces).
  
    For full details, see the log for the jdk14 equivalent changes.
  
  Revision  Changes    Path
  1.1       +22 -0     ports/java/jdk13/files/patch-bytecodes.hpp (new)
  1.1       +34 -0     ports/java/jdk13/files/patch-shared.hpp (new)


More information about the cvs-all mailing list