hg: code-tools/jmh: Regression: after @GMB processor started to accept all classes, other processors stopped to run. Notably, @CompilerControl processor broke.
aleksey.shipilev at oracle.com
aleksey.shipilev at oracle.com
Wed Jan 15 07:31:10 PST 2014
Changeset: d1f7de548b59
Author: shade
Date: 2014-01-15 19:30 +0400
URL: http://hg.openjdk.java.net/code-tools/jmh/rev/d1f7de548b59
Regression: after @GMB processor started to accept all classes, other processors stopped to run. Notably, @CompilerControl processor broke.
Fix that by calling other processors within the @GMB round.
! jmh-core/src/main/java/org/openjdk/jmh/processor/internal/CompilerControlProcessor.java
! jmh-core/src/main/java/org/openjdk/jmh/processor/internal/GenerateMicroBenchmarkProcessor.java
! jmh-core/src/main/java/org/openjdk/jmh/processor/internal/GroupValidationProcessor.java
! jmh-core/src/main/java/org/openjdk/jmh/processor/internal/HelperMethodValidationProcessor.java
+ jmh-core/src/main/java/org/openjdk/jmh/processor/internal/SubProcessor.java
! jmh-core/src/main/resources/META-INF/services/javax.annotation.processing.Processor
More information about the jmh-dev
mailing list