--- old/src/jdk.internal.vm.ci/share/classes/module-info.java 2019-05-04 16:23:25.448601192 -0700 +++ new/src/jdk.internal.vm.ci/share/classes/module-info.java 2019-05-04 16:23:24.098599180 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 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 @@ -30,6 +30,9 @@ exports jdk.vm.ci.runtime to jdk.internal.vm.compiler, jdk.internal.vm.compiler.management; + exports jdk.vm.ci.meta to jdk.internal.vm.compiler; + exports jdk.vm.ci.code to jdk.internal.vm.compiler; + exports jdk.vm.ci.hotspot to jdk.internal.vm.compiler; uses jdk.vm.ci.services.JVMCIServiceLocator; uses jdk.vm.ci.hotspot.HotSpotJVMCIBackendFactory;