Integrated: JDK-8283562: JDK-8282306 breaks gtests on zero
Thomas Stuefe
stuefe at openjdk.java.net
Wed Mar 23 12:59:34 UTC 2022
On Wed, 23 Mar 2022 12:41:50 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Trivial workaround for zero.
>
> [JDK-8282306](https://bugs.openjdk.java.net/browse/JDK-8282306) introduced os.is_first_C_frame_vm gtest, but that breaks on zero since the test relies on os::current_frame(), which on all zero platforms is almost empty.
>
> As a workaround, I disable the test. A potential solution would be to use getcontext(3) in `os::current_frame()`, but lets just exclude the test for now.
This pull request has now been integrated.
Changeset: 78ef2fde
Author: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/78ef2fdef68c5161c8875296e9479026ac89743a
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8283562: JDK-8282306 breaks gtests on zero
Reviewed-by: shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/7920
More information about the hotspot-runtime-dev
mailing list