@@ -212,7 +212,7 @@ static Linker nativeLinker() {
212
212
*
213
213
* @param symbol the address of the target function.
214
214
* @param function the function descriptor of the target function.
215
- * @return a downcall method handle. The method handle type is <a href="CLinker .html#downcall-method-handles"><em>inferred</em></a>
215
+ * @return a downcall method handle. The method handle type is <a href="Linker .html#downcall-method-handles"><em>inferred</em></a>
216
216
* @throws IllegalArgumentException if the provided function descriptor is not supported by this linker.
217
217
* or if the symbol is {@link MemoryAddress#NULL}
218
218
*/
@@ -235,7 +235,7 @@ default MethodHandle downcallHandle(Addressable symbol, FunctionDescriptor funct
235
235
* associated with the {@link MemoryAddress#NULL} address, or a {@link NullPointerException} if that parameter is {@code null}.
236
236
*
237
237
* @param function the function descriptor of the target function.
238
- * @return a downcall method handle. The method handle type is <a href="CLinker .html#downcall-method-handles"><em>inferred</em></a>
238
+ * @return a downcall method handle. The method handle type is <a href="Linker .html#downcall-method-handles"><em>inferred</em></a>
239
239
* from the provided function descriptor.
240
240
* @throws IllegalArgumentException if the provided function descriptor is not supported by this linker.
241
241
*/
@@ -261,7 +261,7 @@ default MethodHandle downcallHandle(Addressable symbol, FunctionDescriptor funct
261
261
* @return a zero-length segment whose base address is the address of the upcall stub.
262
262
* @throws IllegalArgumentException if the provided function descriptor is not supported by this linker.
263
263
* @throws IllegalArgumentException if it is determined that the target method handle can throw an exception, or if the target method handle
264
- * has a type that does not match the upcall stub <a href="CLinker .html#upcall-stubs"><em>inferred type</em></a>.
264
+ * has a type that does not match the upcall stub <a href="Linker .html#upcall-stubs"><em>inferred type</em></a>.
265
265
* @throws IllegalStateException if {@code session} is not {@linkplain MemorySession#isAlive() alive}.
266
266
* @throws WrongThreadException if this method is called from a thread other than the thread
267
267
* {@linkplain MemorySession#ownerThread() owning} {@code session}.
0 commit comments