8196960: Exceptions in ConstantBootstrapsTest.java on SPARC
Reviewed-by: lfoltan
This commit is contained in:
parent
8abc2c38f7
commit
c9757ad448
@ -37,7 +37,7 @@ import static java.util.Objects.requireNonNull;
|
||||
* unless the argument is specified to be unused or specified to accept a
|
||||
* {@code null} value.
|
||||
*
|
||||
* @since 10
|
||||
* @since 11
|
||||
*/
|
||||
public final class ConstantBootstraps {
|
||||
// implements the upcall from the JVM, MethodHandleNatives.linkDynamicConstant:
|
||||
|
@ -25,6 +25,7 @@
|
||||
* @test
|
||||
* @bug 8186046 8195694
|
||||
* @summary Test dynamic constant bootstraps
|
||||
* @requires os.arch != "sparcv9"
|
||||
* @library /lib/testlibrary/bytecode /java/lang/invoke/common
|
||||
* @build jdk.experimental.bytecode.BasicClassBuilder test.java.lang.invoke.lib.InstructionHelper
|
||||
* @run testng ConstantBootstrapsTest
|
||||
|
Loading…
Reference in New Issue
Block a user