8382419: Add missed @key randomness after JDK-8370489

Reviewed-by: syan, epeter, shade, chagedorn
This commit is contained in:
Goetz Lindenmaier 2026-04-21 05:42:20 +00:00
parent 1f782b7a52
commit e7ee8cd39d

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2023, 2026, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -96,6 +96,7 @@
/*
* @test id=sse4-v004-A
* @bug 8298935 8308606 8310308 8312570 8310190
* @key randomness
* @summary Test SuperWord: vector size, offsets, dependencies, alignment.
* @requires vm.compiler2.enabled
* @requires (os.arch=="x86" | os.arch=="i386" | os.arch=="amd64" | os.arch=="x86_64")