Mandy,
On 1/13/2014 2:44 PM, Kumar Srinivasan wrote:
The full webrev:
http://cr.openjdk.java.net/~ksrini/8031494/webrev.1/
This looks good. Should it also check if there is any pending
exception after the call to CallStaticVoidMethod that has no return
value? It's fine with me if you want to follow up the calls to
CallStaticVoidMethod in a separate bug.
No not necessary, there are already guards for pending exceptions from
CallStaticVoidMethod,
all of them are in JavaMain, and these macros end with "LEAVE".
Thanks
Kumar
Mandy