RFR: 8354257: xctracenorm profiler not working with JDK JMH benchmarks
Galder Zamarreño
galder at openjdk.org
Wed Apr 30 08:41:45 UTC 2025
On Mon, 28 Apr 2025 23:10:27 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> I do think it's a bug that JMH is bundling its checkstyle and findbugs configurations in its distribution jar, so perhaps we can suggest to a JMH maintainer to stop doing that. :)
I think that makes sense to me and I can try to do that. Both files could be moved to `src/test/resources`, modify the jmh-core pom.xml to files there instead. The combination of both would stop those xml from ending in the distribution jar.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24571#issuecomment-2841239517
More information about the build-dev
mailing list