hg: mlvm/mlvm/hotspot: rebase to jdk7-b132 in bsd-port

2011-03-19 Thread john . r . rose
Changeset: 044bdcf75712 Author:jrose Date: 2011-03-19 22:49 -0700 URL: http://hg.openjdk.java.net/mlvm/mlvm/hotspot/rev/044bdcf75712 rebase to jdk7-b132 in bsd-port + bsd.patch - meth-7010180.patch ! meth-impl-6839872.2.patch ! meth-impl-6839872.patch ! meth-rename-7012648.patch !

void return type for foldArguments combiner

2011-03-19 Thread Kirill Shirokov
Hi, 1. Can the combiner method in MethodHandles.foldArguments() have the void return type, so the combiner result is not passed to target? This would allow to easily add a debugging hook (or aspect) to a MethodHandle call. 2. Can I apply MethodHandles.filterReturnValue() to a void target meth