On Jun 10, 2011, at 4:39 PM, Charles Oliver Nutter wrote: > Please tell me I'm wrong, or tell me that we can modify catchException > in some way to also allow post-processing of non-exceptional results > (with return value inserted where the Throwable would go)!
I think this does what you want: mh = foldArguments(postProcessor, mh); -- John _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
