Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8035616

vmstruct symbols is not exported under OS X

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • tbd
    • None
    • hotspot
    • generic
    • os_x

      the /^gHotSpotVM/ won’t match anything since exported C symbols start with an underscore:

      nm -Uj build/bsd/bsd_amd64_compiler2/product/vmStructs.o | awk '/^gHotSpotVM/ { print $1 } ' | wc -l
              0

      nm -Uj build/bsd/bsd_amd64_compiler2/product/vmStructs.o | awk '/gHotSpotVM/ { print $1 } ' | wc -l
             24

            Unassigned Unassigned
            dsamersoff Dmitriy Samersoff
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: