Separate source output from class output when building microbenchmarks

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 25
    • Affects Version/s: 24, 25
    • Component/s: infrastructure
    • None
    • b03

      When OpenJDK build builds the microbenchmarks, the JMH framework will generate considerable amount of sources. And these sources will currently be generated to class output. And as class output is on the compilation classpath when building microbenchmarks, javac may in some cases load, parse and attribute the generated source files from the previous round, wasting memory.

      The proposal herein is to put the generated sources into a separate "gensrc" directory.

            Assignee:
            Jan Lahoda
            Reporter:
            Jan Lahoda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: