mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8365071: ARM32: JFR intrinsic jvm_commit triggers C2 regalloc assert
Reviewed-by: mgronlun
This commit is contained in:
parent
e04a310375
commit
f2f7a490c0
@ -3275,7 +3275,7 @@ bool LibraryCallKit::inline_native_jvm_commit() {
|
||||
lease_compare_io->init_req(_true_path, i_o());
|
||||
lease_compare_io->init_req(_false_path, input_io_state);
|
||||
|
||||
lease_result_value->init_req(_true_path, null()); // if the lease was returned, return 0.
|
||||
lease_result_value->init_req(_true_path, _gvn.longcon(0)); // if the lease was returned, return 0L.
|
||||
lease_result_value->init_req(_false_path, arg); // if not lease, return new updated position.
|
||||
|
||||
RegionNode* result_rgn = new RegionNode(PATH_LIMIT);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user