Skip to content

Commit f51bb2a

Browse files
committed
fix: Cannot build quick perf from sources
- Review fixes Resolves #220 Signed-off-by: Esta Nagy <nagyesta@gmail.com>
1 parent 58bbfb5 commit f51bb2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jvm/jfr-annotations/src/main/java/org/quickperf/jvm/jmcrule/JmcRuleCountMeasureExtractor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
public class JmcRuleCountMeasureExtractor implements ExtractablePerformanceMeasure<JfrRecording, JmcRulesMeasure> {
3636

3737
public static final JmcRuleCountMeasureExtractor INSTANCE = new JmcRuleCountMeasureExtractor();
38+
//We need to ignore some rules which appear to throw NullPointerException in org.openjdk.jmc:flightrecorder.rules.jdk:8.x.y
3839
private static final List<Class<? extends IRule>> IGNORED_RULES = Arrays.asList(
3940
HighJvmCpuRule.class,
4041
GcStallRule.class,

0 commit comments

Comments
 (0)