mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8144723: MethodHandleImpl.initStatics is no longer needed
Reviewed-by: vlivanov, mhaupt, forax
This commit is contained in:
parent
fd27d80dbd
commit
4e062cde34
6 changed files with 32 additions and 47 deletions
|
@ -83,7 +83,6 @@ private static CallSite bootstrapDynamic(MethodHandles.Lookup caller, String nam
|
|||
*/
|
||||
abstract
|
||||
public class CallSite {
|
||||
static { MethodHandleImpl.initStatics(); }
|
||||
|
||||
// The actual payload of this call site:
|
||||
/*package-private*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue