Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8143238

[TESTBUG] jvmci tests missing @modules

XMLWordPrintable

    • 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();

            iignatyev Igor Ignatyev (Inactive)
            ctornqvi Christian Tornqvist
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: