mirror of
https://github.com/openjdk/jdk.git
synced 2026-08-03 06:35:31 +00:00
Trying something
This commit is contained in:
parent
cc278dbb8a
commit
618f64cab4
@ -608,7 +608,11 @@ void ciTypeFlow::StateVector::do_aload(ciBytecodeStream* str) {
|
||||
(Deoptimization::Reason_unloaded,
|
||||
Deoptimization::Action_reinterpret));
|
||||
} else {
|
||||
push_object(element_klass);
|
||||
ciType* maybe_null_free_element_klass = element_klass;
|
||||
if (array_klass->is_null_free()) {
|
||||
maybe_null_free_element_klass = outer()->mark_as_null_free(element_klass);
|
||||
}
|
||||
push(maybe_null_free_element_klass);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user