-
Bug
-
Resolution: Fixed
-
P4
-
24, 25
-
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.
The proposal herein is to put the generated sources into a separate "gensrc" directory.
- relates to
-
JDK-8345302 Building microbenchmarks require larger Java heap
- Resolved
- links to
-
Commit(master) openjdk/jdk/99af595f
-
Review(master) openjdk/jdk/22731