src/java.base/share/classes/java/io/ObjectInputStream.java
changeset 52427 3c6aa484536c
parent 50271 697b49a04e19
child 53304 9e968a576dd2
equal deleted inserted replaced
52426:38bf0c9c4e64 52427:3c6aa484536c
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    42 import java.util.concurrent.ConcurrentHashMap;
    42 import java.util.concurrent.ConcurrentHashMap;
    43 import java.util.concurrent.ConcurrentMap;
    43 import java.util.concurrent.ConcurrentMap;
    44 
    44 
    45 import static java.io.ObjectStreamClass.processQueue;
    45 import static java.io.ObjectStreamClass.processQueue;
    46 
    46 
    47 import jdk.internal.misc.SharedSecrets;
    47 import jdk.internal.access.SharedSecrets;
    48 import jdk.internal.misc.Unsafe;
    48 import jdk.internal.misc.Unsafe;
    49 import sun.reflect.misc.ReflectUtil;
    49 import sun.reflect.misc.ReflectUtil;
    50 
    50 
    51 /**
    51 /**
    52  * An ObjectInputStream deserializes primitive data and objects previously
    52  * An ObjectInputStream deserializes primitive data and objects previously