JDK-8273376 : Zero: Disable vtable/itableStub gtests
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11,17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-09-06
  • Updated: 2022-08-26
  • Resolved: 2021-09-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17 JDK 18
17.0.2Fixed 18 b14Fixed
Related Reports
Blocks :  
Description
Zero does not support vtable/itableStubs, so a generic gtest fails:

[----------] 3 tests from code
[ RUN      ] code.dependency_context_vm
[       OK ] code.dependency_context_vm (0 ms)
[ RUN      ] code.vtableStubs_vm

# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (/home/shade/trunks/jdk/src/hotspot/cpu/zero/vtableStubs_zero.cpp:31), pid=584340, tid=584340
#  Error: ShouldNotCall()

This is a test bug, the test should be disabled for Zero.
Comments
Fix Request (17u) Fixes all remaining failing gtests for Zero. Applies cleanly.
04-10-2021

Changeset: a522d6b5 Author: Aleksey Shipilev <shade@openjdk.org> Date: 2021-09-07 08:52:53 +0000 URL: https://git.openjdk.java.net/jdk/commit/a522d6b53cd841b4bfe87eac5778c9e5cdf5e90f
07-09-2021