RFR: 8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32 [v2]

Marcus G K Williams github.com+168222+mgkwill at openjdk.java.net
Mon Mar 22 17:50:01 UTC 2021


On Mon, 22 Mar 2021 17:40:01 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Marcus G K Williams has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix implemented typo
>>   
>>   Signed-off-by: Marcus G K Williams <marcus.williams at intel.com>
>
> test/hotspot/jtreg/compiler/intrinsics/bmi/TestBzhiI2L.java line 47:
> 
>> 45:     public static void main(String args[]) throws Throwable {
>> 46:         if (Platform.isX86()) {
>> 47:             System.out.println("INFO: Bzhiq not implimented for x86_32, test SKIPPED" );
> 
> typo: `implimented`
> should be `implemented`

Agreed. Thanks Vladimir.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3128


More information about the hotspot-compiler-dev mailing list