- 
    Bug 
- 
    Resolution: Fixed
- 
     P2 P2
- 
    9-repo-jigsaw
- 
        b00
                    About 60 of the jvmci tests are failing in Jake, sample of one of the errors:
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:24: warning: package exists in another module: jdk.vm.ci
package jdk.vm.ci.hotspot;
^
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:26: error: package jdk.vm.ci.code does not exist
import jdk.vm.ci.code.InstalledCode;
^
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:27: error: package jdk.vm.ci.code does not exist
import jdk.vm.ci.code.InvalidInstalledCodeException;
^
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:28: error: package jdk.vm.ci.code does not exist
import jdk.vm.ci.code.TargetDescription;
^
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:29: error: package jdk.vm.ci.meta does not exist
import jdk.vm.ci.meta.SpeculationLog;
^
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:35: error: cannot find symbol
public static final CompilerToVM CTVM = new CompilerToVM();
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:24: warning: package exists in another module: jdk.vm.ci
package jdk.vm.ci.hotspot;
^
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:26: error: package jdk.vm.ci.code does not exist
import jdk.vm.ci.code.InstalledCode;
^
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:27: error: package jdk.vm.ci.code does not exist
import jdk.vm.ci.code.InvalidInstalledCodeException;
^
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:28: error: package jdk.vm.ci.code does not exist
import jdk.vm.ci.code.TargetDescription;
^
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:29: error: package jdk.vm.ci.meta does not exist
import jdk.vm.ci.meta.SpeculationLog;
^
/export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/compilerToVM/../common/CompilerToVMHelper.java:35: error: cannot find symbol
public static final CompilerToVM CTVM = new CompilerToVM();
- relates to
- 
                    JDK-8144964 JVMCI compilations need to be disabled until the module system is initialized -           
- Closed
 
-