mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
JDK-8374852: fix star layout
Co-authored-by: Christian Hagedorn <christian.hagedorn@oracle.com>
This commit is contained in:
parent
b79738c365
commit
0ef73ef943
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user