changeset 5254:9c2b6cc9de45

removed creation of unused context snapshot
author Doug Simon <doug.simon@oracle.com>
date Thu, 19 Apr 2012 22:45:50 +0200
parents e8e1278101d9
children 38feba3e8526
files graal/com.oracle.graal.printer/src/com/oracle/graal/printer/IdealGraphPrinterDumpHandler.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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<String> inlineContext = getInlineContext();
-                Debug.contextSnapshot(RiResolvedMethod.class);
 
                 // Reverse list such that inner method comes after outer method.
                 Collections.reverse(inlineContext);