mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8205824: Update Graal
Reviewed-by: iveresov, kvn
This commit is contained in:
parent
80e93fc752
commit
6fc0ec871a
2690 changed files with 7142 additions and 1208 deletions
|
@ -966,8 +966,8 @@ void CodeInstaller::assumption_ConcreteMethod(Thread* thread, Handle assumption)
|
|||
}
|
||||
|
||||
void CodeInstaller::assumption_CallSiteTargetValue(Thread* thread, Handle assumption) {
|
||||
Handle callSite(thread, Assumptions_CallSiteTargetValue::callSite(assumption()));
|
||||
Handle methodHandle(thread, Assumptions_CallSiteTargetValue::methodHandle(assumption()));
|
||||
Handle callSite(thread, HotSpotObjectConstantImpl::object(Assumptions_CallSiteTargetValue::callSite(assumption())));
|
||||
Handle methodHandle(thread, HotSpotObjectConstantImpl::object(Assumptions_CallSiteTargetValue::methodHandle(assumption())));
|
||||
|
||||
_dependencies->assert_call_site_target_value(callSite(), methodHandle());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue