# HG changeset patch # User Doug Simon # Date 1334868350 -7200 # Node ID 9c2b6cc9de45f454c6ce336cfbf1a0a6d8ae55b1 # Parent e8e1278101d9047dd7c03d46366359edf4559cdc removed creation of unused context snapshot diff -r e8e1278101d9 -r 9c2b6cc9de45 graal/com.oracle.graal.printer/src/com/oracle/graal/printer/IdealGraphPrinterDumpHandler.java --- a/graal/com.oracle.graal.printer/src/com/oracle/graal/printer/IdealGraphPrinterDumpHandler.java Thu Apr 19 22:41:02 2012 +0200 +++ b/graal/com.oracle.graal.printer/src/com/oracle/graal/printer/IdealGraphPrinterDumpHandler.java Thu Apr 19 22:45:50 2012 +0200 @@ -105,7 +105,6 @@ if (printer != null && printer.isValid()) { // Get all current RiResolvedMethod instances in the context. List inlineContext = getInlineContext(); - Debug.contextSnapshot(RiResolvedMethod.class); // Reverse list such that inner method comes after outer method. Collections.reverse(inlineContext);