JDK-8332604 : InlineSecondarySupersTest only available in C2
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • CPU: aarch64
  • Submitted: 2024-05-21
  • Updated: 2024-05-28
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 23
23Unresolved
Related Reports
Relates :  
Description
When compiling stubGenerator_aarch64.cpp while doing a build with --with-jvm-variants=client of minimal, there is a compile error:

stubGenerator_aarch64.cpp:8470:13: error: use of undeclared identifier 'InlineSecondarySupersTest'

InlineSecondarySupersTest is introduced in c2_globals.hpp, so I think using it should be in between
#ifdef COMPILER2
#endif