changeset 21666:d71b0cbe7016

Add JaCoCo Exclude to GraphPrinterDumpHandler and BenchmarkCounters (problems with CheckGraalInvariants).
author Josef Eisl <josef.eisl@jku.at>
date Tue, 02 Jun 2015 17:32:40 +0200
parents 6166968c6359
children 5910a266f32d
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/debug/BenchmarkCounters.java graal/com.oracle.graal.printer/src/com/oracle/graal/printer/GraphPrinterDumpHandler.java
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 <a href="http://kenai.com/projects/igv">Ideal Graph