--- old/src/java.base/share/classes/java/lang/reflect/ReflectAccess.java 2019-07-18 14:30:33.000000000 -0700 +++ new/src/java.base/share/classes/java/lang/reflect/ReflectAccess.java 2019-07-18 14:30:33.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2019, 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 @@ -29,10 +29,10 @@ import jdk.internal.reflect.ConstructorAccessor; /** Package-private class implementing the - sun.reflect.LangReflectAccess interface, allowing the java.lang + jdk.internal.access.JavaLangReflectAccess interface, allowing the java.lang package to instantiate objects in this package. */ -class ReflectAccess implements jdk.internal.reflect.LangReflectAccess { +class ReflectAccess implements jdk.internal.access.JavaLangReflectAccess { public Field newField(Class declaringClass, String name, Class type,