--- old/src/java.base/share/classes/sun/reflect/annotation/TypeAnnotationParser.java 2019-06-26 16:14:25.091085000 +0200 +++ new/src/java.base/share/classes/sun/reflect/annotation/TypeAnnotationParser.java 2019-06-26 16:14:24.176397000 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 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 @@ -34,8 +34,8 @@ import java.util.List; import java.util.LinkedHashMap; import java.util.Map; -import jdk.internal.misc.SharedSecrets; -import jdk.internal.misc.JavaLangAccess; +import jdk.internal.access.SharedSecrets; +import jdk.internal.access.JavaLangAccess; import jdk.internal.reflect.ConstantPool; import static sun.reflect.annotation.TypeAnnotation.*;