Typos introduced with 8073108

Anthony Scarpino anthony.scarpino at oracle.com
Mon Jul 13 18:00:46 UTC 2015


Hi,

Thanks for noticing that.. I felt that I read over those messages a 
dozen times, so I'm not sure how I could have missed it

Tony

On 07/13/2015 07:20 AM, Andreas Kohn wrote:
> Hi,
>
> While reading through the b72 changes I noticed two typos in a warning
> message:
>
> diff --git a/src/cpu/sparc/vm/vm_version_sparc.cpp
> b/src/cpu/sparc/vm/vm_version_sparc.cpp
> --- a/src/cpu/sparc/vm/vm_version_sparc.cpp
> +++ b/src/cpu/sparc/vm/vm_version_sparc.cpp
> @@ -308,7 +308,7 @@ void VM_Version::initialize() {
>       }
>     } else if (UseGHASHIntrinsics) {
>       if (!FLAG_IS_DEFAULT(UseGHASHIntrinsics))
> -      warning("GHASH intrinsics require VIS3 insructions support.
> Intriniscs will be disabled");
> +      warning("GHASH intrinsics require VIS3 instructions support.
> Intrinsics will be disabled");
>       FLAG_SET_DEFAULT(UseGHASHIntrinsics, false);
>     }
>
>
> Regards,
> --
> Andreas
>



More information about the hotspot-dev mailing list