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

vmstruct symbols is not exported under OS X

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: