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

hotspot_import path checking should not be disabled when BUILD_HOTSPOT=true

XMLWordPrintable

    • b28
    • generic
    • generic

      It looks like if BUILD_HOTSPOT is true then we don't check the jvmti.h
      which avoids the build error. See Sanity.gmk:210-213:

      # only check hotspot binary paths if we are not building them from scratch
      ifneq ($(BUILD_HOTSPOT), true)
      sanity-all:: hotspot_binaries hotspot_import
      endif

      hotspot_import is what checks the header files. It would be nice if we
      can still check the headers even if BUILD_HOTSPOT is true.


      ###@###.### 2005-2-10 20:59:28 GMT

            ohair Kelly Ohair (Inactive)
            ohair Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: