Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. agent files
    BSDPort hotspot shared changes, agent
    BSDPort jdk7 hotspot changes from linux, agent
  2. make files
  3. os dependent files
  4. os_cpu dependent files
  5. shared files
    SDPort hotspot shared changes, shared
    The shared file changes fall into three categories:
    1. The addition of os and os_cpu includes for bsd.
    2. Modification of print format strings or types. Note that apple's compilers require a long int to be printed with "%ld" regardless of whether this long int is 32 or 64-bits wide. The assumption made by the hotspot code that "%lld" will print all 64-bit integers is not valid.
    3. Miscellaneous changes

...