Thanks Max. The trailing semicolon is needed to satisfy the compiler (because of the macro that follows).
On 14 Nov 2014, at 13:31, Wang Weijun <weijun.w...@oracle.com> wrote: > The last label has a trailing semicolon. Otherwise good. > > --Max > >> On Nov 14, 2014, at 18:58, Vincent Ryan <vincent.x.r...@oracle.com> wrote: >> >> Please review this fix to check for pending exceptions in JNI: >> >> Bug: https://bugs.openjdk.java.net/browse/JDK-8034031 >> Webrev: http://cr.openjdk.java.net/~vinnie/8034031/webrev.00/ >> >> Thanks. >> >