mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
Merge
This commit is contained in:
commit
555641ede5
68 changed files with 815 additions and 2206 deletions
|
@ -5309,11 +5309,6 @@ static void check_methods_for_intrinsics(const InstanceKlass* ik,
|
|||
// is defined for it.
|
||||
continue;
|
||||
}
|
||||
if (vmIntrinsics::_blackhole == id) {
|
||||
// The _blackhole intrinsic is a special marker. No explicit method
|
||||
// is defined for it.
|
||||
continue;
|
||||
}
|
||||
|
||||
if (vmIntrinsics::class_for(id) == klass_id) {
|
||||
// Check if the current class contains a method with the same
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue