* src/mm/cacao-gc/gc.h: Added SPARC64 to the architectures that support exactGC
[cacao.git] / src / vm / jit / sparc64 / patcher.c
index e9467d192a458a845388223da9c84351e8ff2c54..c675e0e77aa6677e1e754d3c80ce5f6a09bb6630 100644 (file)
@@ -113,6 +113,8 @@ java_objectheader *patcher_wrapper(u1 *sp, u1 *pv, u1 *ra)
 
        /* create the stackframeinfo */
 
+       printf("patcher opening sfi for xpc=%p\n", xpc);
+
        stacktrace_create_extern_stackframeinfo(&sfi, pv, javasp, ra, xpc);
 
        /* call the proper patcher function */
@@ -122,6 +124,7 @@ java_objectheader *patcher_wrapper(u1 *sp, u1 *pv, u1 *ra)
        /* remove the stackframeinfo */
 
        stacktrace_remove_stackframeinfo(&sfi);
+       printf("patcher closing sfi for xpc=%p\n", xpc);
 
        /* check for return value and exit accordingly */