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

Dev repo build failure

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • embedded
    • None
    • dio

      Build log:
      Compiling Java source files to /home/snazarki/jdk.dio/dev/build/jar/dio.jar
      src/share/classes/com/oracle/dio/impl/PeripheralDescriptorImpl.java:35: error: p ackage com.oracle.jme.serializer does not exist
      import com.oracle.jme.serializer.SerializeManager;
                                      ^
      src/se/classes/com/oracle/dio/registry/RegistryImpl.java:85: error: cannot find symbol
                  throw new UnsupportedDeviceTypeException("Unsupported type: " + intf .getName());
                                                                                  ^
        symbol: variable intf
        location: class RegistryImpl<T>
        where T is a type-variable:
          T extends Device declared in class RegistryImpl
      src/se/classes/com/oracle/dio/registry/RegistryImpl.java:94: error: cannot find symbol
                  throw new UnsupportedDeviceTypeException("Unsupported type: " + intf .getName());
                                                                                  ^
        symbol: variable intf
        location: class RegistryImpl<T>
        where T is a type-variable:
          T extends Device declared in class RegistryImpl
      src/se/classes/com/oracle/dio/registry/RegistryImpl.java:96: error: cannot find symbol
              content.put(id, data);
                          ^
        symbol: variable id
        location: class RegistryImpl<T>
        where T is a type-variable:
          T extends Device declared in class RegistryImpl
      src/se/classes/com/oracle/dio/registry/RegistryImpl.java:97: error: cannot find symbol
              registry.setProperty(Integer.toString(id), data.toString());
                                                    ^
        symbol: variable id
        location: class RegistryImpl<T>
        where T is a type-variable:
          T extends Device declared in class RegistryImpl
      src/se/classes/com/oracle/dio/registry/RegistryImpl.java:101: error: cannot find symbol
                  content.remove(id);
                                 ^
        symbol: variable id
        location: class RegistryImpl<T>
        where T is a type-variable:
          T extends Device declared in class RegistryImpl
      src/se/classes/com/oracle/dio/registry/RegistryImpl.java:102: error: cannot find symbol
                  registry.remove(Integer.toString(id));
                                                   ^
        symbol: variable id
        location: class RegistryImpl<T>
        where T is a type-variable:
          T extends Device declared in class RegistryImpl
      src/share/classes/com/oracle/dio/impl/PeripheralDescriptorImpl.java:126: error: cannot find symbol
                      SerializeManager.serialize(config);
                      ^
        symbol: variable SerializeManager
        location: class PeripheralDescriptorImpl<T>
        where T is a type-variable:
          T extends Device<? super T> declared in class PeripheralDescriptorImpl

            snazarki Sergey Nazarkin
            snazarki Sergey Nazarkin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: