--- old/src/java.base/share/classes/java/io/ObjectInputStream.java 2019-06-26 16:05:20.996488300 +0200 +++ new/src/java.base/share/classes/java/io/ObjectInputStream.java 2019-06-26 16:05:20.100523100 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1996, 2018, 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 @@ -44,7 +44,7 @@ import static java.io.ObjectStreamClass.processQueue; -import jdk.internal.misc.SharedSecrets; +import jdk.internal.access.SharedSecrets; import jdk.internal.misc.Unsafe; import sun.reflect.misc.ReflectUtil;