RFR: 8305481: gtest is_first_C_frame failing on ARM

Severin Gehwolf sgehwolf at openjdk.org
Mon Apr 3 20:30:10 UTC 2023


On Mon, 3 Apr 2023 09:14:36 GMT, Vladimir Petko <duke at openjdk.org> wrote:

> os::current_frame() is stubbed out on the Linux Arm Thumb platform [1]
> This causes gtest 'is_first_C_frame' to fail. 
> 
> 
> [ RUN      ] os.is_first_C_frame_vm
> ./test/hotspot/gtest/runtime/test_os.cpp:890: Failure
> Value of: os::is_first_C_frame(&cur_frame)
>   Actual: true
> Expected: false
> [  FAILED  ] os.is_first_C_frame_vm (0 ms)
> 
> This pull request disables the test for ARM Thumb.
> 
> [1] https://github.com/openjdk/jdk/blob/0deb648985b018653ccdaf193dc13b3cf21c088a/src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp#L219

Created this bug for you so you can add it to this PR. https://bugs.openjdk.org/browse/JDK-8305481

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

PR Comment: https://git.openjdk.org/jdk/pull/13292#issuecomment-1494455883


More information about the hotspot-runtime-dev mailing list