|
1 | 1 | /* |
2 | | - * Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved. |
| 2 | + * Copyright (c) 1997, 2026, Oracle and/or its affiliates. All rights reserved. |
3 | 3 | * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 | 4 | * |
5 | 5 | * This code is free software; you can redistribute it and/or modify it |
@@ -4297,10 +4297,6 @@ int jdk_internal_foreign_abi_NativeEntryPoint::_downcall_stub_address_offset; |
4297 | 4297 | macro(_method_type_offset, k, "methodType", java_lang_invoke_MethodType_signature, false); \ |
4298 | 4298 | macro(_downcall_stub_address_offset, k, "downcallStubAddress", long_signature, false); |
4299 | 4299 |
|
4300 | | -bool jdk_internal_foreign_abi_NativeEntryPoint::is_instance(oop obj) { |
4301 | | - return obj != nullptr && is_subclass(obj->klass()); |
4302 | | -} |
4303 | | - |
4304 | 4300 | void jdk_internal_foreign_abi_NativeEntryPoint::compute_offsets() { |
4305 | 4301 | InstanceKlass* k = vmClasses::NativeEntryPoint_klass(); |
4306 | 4302 | NEP_FIELDS_DO(FIELD_COMPUTE_OFFSET); |
@@ -4337,10 +4333,6 @@ int jdk_internal_foreign_abi_ABIDescriptor::_scratch2_offset; |
4337 | 4333 | macro(_scratch1_offset, k, "scratch1", jdk_internal_foreign_abi_VMStorage_signature, false); \ |
4338 | 4334 | macro(_scratch2_offset, k, "scratch2", jdk_internal_foreign_abi_VMStorage_signature, false); |
4339 | 4335 |
|
4340 | | -bool jdk_internal_foreign_abi_ABIDescriptor::is_instance(oop obj) { |
4341 | | - return obj != nullptr && is_subclass(obj->klass()); |
4342 | | -} |
4343 | | - |
4344 | 4336 | void jdk_internal_foreign_abi_ABIDescriptor::compute_offsets() { |
4345 | 4337 | InstanceKlass* k = vmClasses::ABIDescriptor_klass(); |
4346 | 4338 | ABIDescriptor_FIELDS_DO(FIELD_COMPUTE_OFFSET); |
|
0 commit comments