mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8257591: Remove suppression of record preview related warnings in java.lang
Reviewed-by: chegar
This commit is contained in:
parent
66a2e70985
commit
b170c8376d
6 changed files with 10 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2017, 2020, 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
|
||||
|
@ -72,7 +72,6 @@ public class ObjectMethods {
|
|||
|
||||
static {
|
||||
try {
|
||||
@SuppressWarnings("preview")
|
||||
Class<ObjectMethods> OBJECT_METHODS_CLASS = ObjectMethods.class;
|
||||
MethodHandles.Lookup publicLookup = MethodHandles.publicLookup();
|
||||
MethodHandles.Lookup lookup = MethodHandles.lookup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue