mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8272614: Unused parameters in MethodHandleNatives linking methods
Reviewed-by: dholmes, lfoltan
This commit is contained in:
parent
7e28bdd1eb
commit
bbc606117f
3 changed files with 5 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2008, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2008, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -258,7 +258,6 @@ class MethodHandleNatives {
|
|||
* The JVM is linking an invokedynamic instruction. Create a reified call site for it.
|
||||
*/
|
||||
static MemberName linkCallSite(Object callerObj,
|
||||
int indexInCP,
|
||||
Object bootstrapMethodObj,
|
||||
Object nameObj, Object typeObj,
|
||||
Object staticArguments,
|
||||
|
@ -317,7 +316,6 @@ class MethodHandleNatives {
|
|||
|
||||
// this implements the upcall from the JVM, MethodHandleNatives.linkDynamicConstant:
|
||||
static Object linkDynamicConstant(Object callerObj,
|
||||
int indexInCP,
|
||||
Object bootstrapMethodObj,
|
||||
Object nameObj, Object typeObj,
|
||||
Object staticArguments) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue