8311092: Please disable runtime/jni/nativeStack/TestNativeStack.java on armhf

Reviewed-by: dholmes
This commit is contained in:
Vladimir Petko 2023-07-03 22:25:20 +00:00 committed by David Holmes
parent d8a012161a
commit 0916e6a603

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023, 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
@ -24,7 +24,7 @@
/*
* @test
* @bug 8295974
* @requires os.family != "windows"
* @requires os.family != "windows" & os.arch != "arm"
* @library /test/lib
* @summary Generate a JNI Fatal error, or a warning, in a launched VM and check
* the native stack is present as expected.