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

[JVMCI] j.i.j.runtime.test.TestResolvedJavaType.java fail due to compilation errors

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot

      ----------messages:(3/646)----------
      command: compile /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaType.java /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TypeUniverse.java /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestMetaAccessProvider.java
      reason: User specified action: run compile TestResolvedJavaType.java TypeUniverse.java TestMetaAccessProvider.java
      elapsed time (seconds): 3.726
      ----------rerun:(23/2822)*----------
      ...
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaType.java:46: warning: ConstantPool is internal proprietary API and may be removed in a future release
      import sun.reflect.ConstantPool;
                        ^
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaType.java:513: error: cannot find symbol
              final Map<NameAndSignature, Method> methods = new HashMap<>();
                        ^
        symbol: class NameAndSignature
        location: class VTable
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TypeUniverse.java:47: warning: Unsafe is internal proprietary API and may be removed in a future release
          public static final Unsafe unsafe;
                              ^
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TypeUniverse.java:79: warning: Unsafe is internal proprietary API and may be removed in a future release
              Unsafe theUnsafe = null;
              ^
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TypeUniverse.java:81: warning: Unsafe is internal proprietary API and may be removed in a future release
                  theUnsafe = Unsafe.getUnsafe();
                              ^
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TypeUniverse.java:84: warning: Unsafe is internal proprietary API and may be removed in a future release
                      Field theUnsafeField = Unsafe.class.getDeclaredField("theUnsafe");
                                             ^
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TypeUniverse.java:86: warning: Unsafe is internal proprietary API and may be removed in a future release
                      theUnsafe = (Unsafe) theUnsafeField.get(null);
                                   ^
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaType.java:528: error: cannot find symbol
                              vtable.methods.remove(new NameAndSignature(m));
                                                        ^
        symbol: class NameAndSignature
        location: class TestResolvedJavaType
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaType.java:530: error: cannot find symbol
                              vtable.methods.put(new NameAndSignature(m), m);
                                                     ^
        symbol: class NameAndSignature
        location: class TestResolvedJavaType
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaType.java:541: error: cannot find symbol
              NameAndSignature implSig = new NameAndSignature(impl);
              ^
        symbol: class NameAndSignature
        location: class TestResolvedJavaType
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaType.java:541: error: cannot find symbol
              NameAndSignature implSig = new NameAndSignature(impl);
                                             ^
        symbol: class NameAndSignature
        location: class TestResolvedJavaType
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaType.java:544: error: cannot find symbol
                      if (new NameAndSignature(m).equals(implSig)) {
                              ^
        symbol: class NameAndSignature
        location: class TestResolvedJavaType
      /export/local/aurora/CommonData/j2se_jdk/hotspot/test/compiler/jvmci/jdk.internal.jvmci.runtime.test/src/jdk/internal/jvmci/runtime/test/TestResolvedJavaType.java:695: warning: ConstantPool is internal proprietary API and may be removed in a future release
              if (f.getDeclaringClass().equals(metaAccess.lookupJavaType(ConstantPool.class)) && f.getName().equals("constantPoolOop")) {
                                                                         ^
      6 errors
      7 warnings

            Unassigned Unassigned
            iignatyev Igor Ignatyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: