mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8235514: Update record serialization tests to not use hard coded source versions
Reviewed-by: lancea
This commit is contained in:
parent
890826bf5b
commit
74882b0d0d
3 changed files with 4 additions and 6 deletions
|
@ -43,8 +43,7 @@ public final class ConstantBootstraps {
|
|||
/**
|
||||
* Do not call.
|
||||
*/
|
||||
@Deprecated(forRemoval=true, since="14")
|
||||
public ConstantBootstraps() {}
|
||||
private ConstantBootstraps() {throw new AssertionError();}
|
||||
|
||||
// implements the upcall from the JVM, MethodHandleNatives.linkDynamicConstant:
|
||||
/*non-public*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue