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

Build interim-langtools for HotSpot only if Graal is enabled

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • None
    • 17
    • infrastructure
    • b18

    Description

      Many HotSpot developers make only the "hotspot" target, and copy the resulting libjvm.so into an already-build JDK image.

      HotSpot requires interim-langtools only when Graal is enabled. When Graal is disabled, we can avoid building interim-langtools. This improves the build time of "make hotspot" by about 20 seconds, or about 15%:

      Old:
      $ make clean
      $ time make hotspot
      ....
      real 1m57.905s
      user 42m22.524s
      sys 3m7.372s

      New:
      $ make clean
      $ time make hotspot
      ....
      real 1m39.916s
      user 41m59.984s
      sys 3m3.188s

      Attachments

        Issue Links

          Activity

            People

              iklam Ioi Lam
              iklam Ioi Lam
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: