# HG changeset patch # User Lukas Stadler # Date 1404828815 -7200 # Node ID f1e4ed5ac7d2be61817c528a4db004121be7e863 # Parent 409e9e09324be360febdc91379256619282c283c cleanup in AssertionSnippets (remove unused native method) diff -r 409e9e09324b -r f1e4ed5ac7d2 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/AssertionSnippets.java --- 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");