changeset 9579:ff153f4ae48b

removed debug output
author Doug Simon <doug.simon@oracle.com>
date Mon, 06 May 2013 16:59:44 +0200
parents 5cf60de9d7d2
children c59beafffb29 c84eb4661fe9
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/stubs/OSRMigrationEndStub.java
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);