diff graal/com.oracle.graal.hotspot.hsail/src/com/oracle/graal/hotspot/hsail/replacements/HSAILDirectStoreReleaseNode.java @ 17364:9fb3791586e8

jacoco: add a few excludes to make some tests passing
author Bernhard Urban <bernhard.urban@jku.at>
date Tue, 07 Oct 2014 19:09:25 +0200
parents ffb974bef674
children 45b45f902bed
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot.hsail/src/com/oracle/graal/hotspot/hsail/replacements/HSAILDirectStoreReleaseNode.java	Tue Oct 07 16:26:29 2014 +0200
+++ b/graal/com.oracle.graal.hotspot.hsail/src/com/oracle/graal/hotspot/hsail/replacements/HSAILDirectStoreReleaseNode.java	Tue Oct 07 19:09:25 2014 +0200
@@ -30,6 +30,7 @@
 import com.oracle.graal.replacements.nodes.*;
 import com.oracle.graal.word.*;
 
+// JaCoCo Exclude
 @NodeInfo
 public class HSAILDirectStoreReleaseNode extends DirectStoreNode {