# HG changeset patch # User Doug Simon # Date 1367852384 -7200 # Node ID ff153f4ae48b6797e6b7f472395366ee83b656a4 # Parent 5cf60de9d7d24ab685a2f49d4acb92cfc143cb11 removed debug output diff -r 5cf60de9d7d2 -r ff153f4ae48b graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/stubs/OSRMigrationEndStub.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/stubs/OSRMigrationEndStub.java Mon May 06 16:29:36 2013 +0200 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/stubs/OSRMigrationEndStub.java Mon May 06 16:59:44 2013 +0200 @@ -45,9 +45,7 @@ @Snippet private static void osrMigrationEnd(Word buffer) { - printf("freeing OSR migration buffer %p\n", buffer.rawValue()); osrMigrationEndC(OSR_MIGRATION_END_C, buffer); - printf("freed OSR migration buffer %p\n", buffer.rawValue()); } public static final Descriptor OSR_MIGRATION_END_C = descriptorFor(OSRMigrationEndStub.class, "osrMigrationEndC", false);