changeset 16440:f1e4ed5ac7d2

cleanup in AssertionSnippets (remove unused native method)
author Lukas Stadler <lukas.stadler@oracle.com>
date Tue, 08 Jul 2014 16:13:35 +0200
parents 409e9e09324b
children 0de9f76a4b3d
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/AssertionSnippets.java
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/AssertionSnippets.java	Tue Jul 08 16:13:05 2014 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/AssertionSnippets.java	Tue Jul 08 16:13:35 2014 +0200
@@ -67,9 +67,6 @@
     @NodeIntrinsic(ForeignCallNode.class)
     private static native void vmMessageC(@ConstantNodeParameter ForeignCallDescriptor stubPrintfC, boolean vmError, Word format, long v1, long v2, long v3);
 
-    @NodeIntrinsic(StubForeignCallNode.class)
-    private static native void stubVmMessageC(@ConstantNodeParameter ForeignCallDescriptor stubPrintfC, boolean vmError, Word format, long v1, long v2, long v3);
-
     public static class Templates extends AbstractTemplates {
 
         private final SnippetInfo assertion = snippet(AssertionSnippets.class, "assertion");