8144723: MethodHandleImpl.initStatics is no longer needed

Reviewed-by: vlivanov, mhaupt, forax
This commit is contained in:
Claes Redestad 2015-12-19 02:24:27 +01:00
parent fd27d80dbd
commit 4e062cde34
6 changed files with 32 additions and 47 deletions

View file

@ -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*/