JDK-8374852: fix star layout

Co-authored-by: Christian Hagedorn <christian.hagedorn@oracle.com>
This commit is contained in:
Damon Fenacci 2026-01-27 17:22:22 +01:00 committed by GitHub
parent b79738c365
commit 0ef73ef943
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -158,7 +158,7 @@ class LibraryCallKit : public GraphKit {
Node* generate_fair_guard(Node* test, RegionNode* region);
Node* generate_negative_guard(Node* index, RegionNode* region,
// resulting CastII of index:
Node* *pos_index = nullptr,
Node** pos_index = nullptr,
bool is_opaque = false);
Node* generate_limit_guard(Node* offset, Node* subseq_length,
Node* array_length,