As JDK-8345302 shows, generating too much code can choke javac with a small heap size. We need to investigate whether we can cut down on generated code without loss of functionality or performance. One of such opportunities is optimizing the jmhType hierarchy that we use to perform reliable padding.
- relates to
-
JDK-8345302 Building microbenchmarks require larger Java heap
-
- Resolved
-
- links to
-
Review(master) openjdk/jmh/137