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

Add filter to only compile certain hotspot files

XMLWordPrintable

      Hotspot developers has requested a way to quickly compile a subset of Hotspot files, to check for compilation errors.

      Similar to JDK_FILTER, we should have a JVM_FILTER (or HOTSPOT_FILTER?) that, when set, limits the files included in the compilation. For instance,

      make hotspot JVM_FILTER=z%

      would only (re-)compile the ZGC files.

      When this filter is set, no linking should be attempted. Make will return with a success error code (0) if the files matching the filter compiles successfully. After that, it will terminate. If any of the files cannot be compiled, make will return with an error code.

            Unassigned Unassigned
            ihse Magnus Ihse Bursie
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: