RFR(XXS): JDK-XXXXXXX Typo in verifier.cpp

Staffan Larsen staffan.larsen at oracle.com
Fri May 23 17:34:14 UTC 2014


Looks good!

Thanks,
/Staffan


On 23 maj 2014, at 16:30, Yuri Gaevsky <ygaevsky at azulsystems.com> wrote:

> Hello,
> 
> Please see below a tiny fix for integration into JDK 9.
> 
> $ hg diff
> diff --git a/src/share/vm/classfile/verifier.cpp b/src/share/vm/classfile/verifier.cpp
> --- a/src/share/vm/classfile/verifier.cpp
> +++ b/src/share/vm/classfile/verifier.cpp
> @@ -2033,7 +2033,7 @@
>     while ((bcp + padding_offset) < aligned_bcp) {
>       if(*(bcp + padding_offset) != 0) {
>         verify_error(ErrorContext::bad_code(bci),
> -                     "Nonzero padding byte in lookswitch or tableswitch");
> +                     "Nonzero padding byte in lookupswitch or tableswitch");
>         return;
>       }
>       padding_offset++;
> 
> 
> Thank you,
> -Yuri



More information about the hotspot-runtime-dev mailing list