# HG changeset patch # User Josef Eisl # Date 1433259160 -7200 # Node ID d71b0cbe70168e127a42823ff9a32c48997f5771 # Parent 6166968c6359c6b3b8d1ccac987e5cd0544f45ea Add JaCoCo Exclude to GraphPrinterDumpHandler and BenchmarkCounters (problems with CheckGraalInvariants). diff -r 6166968c6359 -r d71b0cbe7016 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/debug/BenchmarkCounters.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/debug/BenchmarkCounters.java Mon Jun 01 15:15:45 2015 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/debug/BenchmarkCounters.java Tue Jun 02 17:32:40 2015 +0200 @@ -37,6 +37,8 @@ import edu.umd.cs.findbugs.annotations.*; +//JaCoCo Exclude + /** * This class contains infrastructure to maintain counters based on {@link DynamicCounterNode}s. The * infrastructure is enabled by specifying either the GenericDynamicCounters or diff -r 6166968c6359 -r d71b0cbe7016 graal/com.oracle.graal.printer/src/com/oracle/graal/printer/GraphPrinterDumpHandler.java --- a/graal/com.oracle.graal.printer/src/com/oracle/graal/printer/GraphPrinterDumpHandler.java Mon Jun 01 15:15:45 2015 +0200 +++ b/graal/com.oracle.graal.printer/src/com/oracle/graal/printer/GraphPrinterDumpHandler.java Tue Jun 02 17:32:40 2015 +0200 @@ -39,6 +39,8 @@ import com.oracle.jvmci.debug.*; import com.oracle.jvmci.debug.Debug.Scope; +//JaCoCo Exclude + /** * Observes compilation events and uses {@link IdealGraphPrinter} to generate a graph representation * that can be inspected with the Ideal Graph