8258558: Revert changes for JDK-8252505 and related issues

Reviewed-by: kvn
This commit is contained in:
Aleksey Shipilev 2021-01-06 13:27:57 +00:00
parent e66187d885
commit ad45678719
33 changed files with 2 additions and 1662 deletions

View file

@ -5308,11 +5308,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