mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8253500: [REDO] JDK-8253208 Move CDS related code to a separate class
Reviewed-by: mchung, iklam
This commit is contained in:
parent
bf442c5b9e
commit
89c5e49ba2
22 changed files with 103 additions and 99 deletions
|
@ -34,7 +34,7 @@ import java.util.Map;
|
|||
import java.util.Objects;
|
||||
import java.util.Set;
|
||||
|
||||
import jdk.internal.misc.VM;
|
||||
import jdk.internal.misc.CDS;
|
||||
import jdk.internal.vm.annotation.Stable;
|
||||
|
||||
import sun.nio.cs.UTF_8;
|
||||
|
@ -672,7 +672,7 @@ public class Attributes implements Map<Object,Object>, Cloneable {
|
|||
|
||||
static {
|
||||
|
||||
VM.initializeFromArchive(Attributes.Name.class);
|
||||
CDS.initializeFromArchive(Attributes.Name.class);
|
||||
|
||||
if (KNOWN_NAMES == null) {
|
||||
MANIFEST_VERSION = new Name("Manifest-Version");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue