RFR: 8374450: GTest opto.canonicalize_constraints cannot run without VM
Axel Boldt-Christmas
aboldtch at openjdk.org
Tue Jan 13 06:51:59 UTC 2026
On Mon, 12 Jan 2026 06:28:19 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> The `opto.canonicalize_constraints` test explicitly uses symbols which are setup in `Type::Initialize_shared` (which seems to happen as a side effect of generating stubs at VM start. Also see comment in `Type::Initialize_shared`). So the test is required to be a VM test.
>
> * Testing
> * GHA
> * Verified that it `opto.canonicalize_constraints` now does not segmentation fault when run in isolation.
> * Tier 1 on Oracle supported platforms
Thanks for the reviews.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/29159#issuecomment-3742288012
More information about the hotspot-compiler-dev
mailing list