[Bug 3761] New: OpenJDK 7.241 doesn't compile

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Oct 22 16:13:55 UTC 2019


https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3761

            Bug ID: 3761
           Summary: OpenJDK 7.241 doesn't compile
           Product: IcedTea
           Version: unspecified
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: mike at fireburn.co.uk
                CC: unassigned at icedtea.classpath.org

Created attachment 1736
  --> https://icedtea.classpath.org/bugzilla/attachment.cgi?id=1736&action=edit
Build log

I'm compiling on RHEL7, I've tried bootstrapping with OpenJDK-7.231 & Oracle
Java 7. The same script worked for 7.231 and the newer 8.232, 11.0.5 & 13.0.1

${HOME}/java/oracle-7/bin/java -XX:-PrintVMOptions
-XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m
-XX:PermSize=32m -XX:MaxPermSize=160m
-Xbootclasspath/p:${HOME}/jenkins/workspace/Compile_OpenJDK/jdk7u-jdk7u241-b01/build/linux-amd64/langtools/dist/bootstrap/lib/javac.jar
-jar
${HOME}/jenkins/workspace/Compile_OpenJDK/jdk7u-jdk7u241-b01/build/linux-amd64/langtools/dist/bootstrap/lib/javac.jar
-Werror -Xlint:all,-deprecation -Xlint:all -Xlint:-path -source 7 -target 7
-encoding ascii
-Xbootclasspath:${HOME}/jenkins/workspace/Compile_OpenJDK/jdk7u-jdk7u241-b01/build/linux-amd64/classes
-sourcepath
${HOME}/jenkins/workspace/Compile_OpenJDK/jdk7u-jdk7u241-b01/build/linux-amd64/gensrc:../../../../src/solaris/classes:../../../../src/share/classes
-d
${HOME}/jenkins/workspace/Compile_OpenJDK/jdk7u-jdk7u241-b01/build/linux-amd64/tmp/sun/sun.nio/classes
@${HOME}/jenkins/workspace/Compile_OpenJDK/jdk7u-jdk7u241-b01/build/linux-amd64/tmp/sun/sun.nio/.classes.list.filtered
../../../../src/share/classes/sun/nio/cs/ext/DoubleByteDecoder.java:212:
warning: [rawtypes] found raw type: PrivilegedAction
            java.security.PrivilegedAction pa =
                         ^
  missing type arguments for generic class PrivilegedAction<T>
  where T is a type-variable:
    T extends Object declared in interface PrivilegedAction
../../../../src/share/classes/sun/nio/cs/ext/DoubleByteDecoder.java:214:
warning: [unchecked] unchecked conversion
            String value = (String)AccessController.doPrivileged(pa);
                                                                 ^
  required: PrivilegedAction<T>
  found:    PrivilegedAction
  where T is a type-variable:
    T extends Object declared in method <T>doPrivileged(PrivilegedAction<T>)
../../../../src/share/classes/sun/nio/cs/ext/DoubleByteDecoder.java:214:
warning: [unchecked] unchecked method invocation: method doPrivileged in class
AccessController is applied to given types
            String value = (String)AccessController.doPrivileged(pa);
                                                                ^
  required: PrivilegedAction<T>
  found: PrivilegedAction
  where T is a type-variable:
    T extends Object declared in method <T>doPrivileged(PrivilegedAction<T>)
error: warnings found and -Werror specified
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
3 warnings
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory
`${HOME}/jenkins/workspace/Compile_OpenJDK/jdk-jdk7u241-b01/make/sun/nio/cs'
make[4]: *** [all] Error 1
make[4]: Leaving directory
`${HOME}/jenkins/workspace/Compile_OpenJDK/jdk-jdk7u241-b01/make/sun/nio'
make[3]: *** [all] Error 1
make[3]: Leaving directory
`${HOME}/jenkins/workspace/Compile_OpenJDK/jdk-jdk7u241-b01/make/sun'
make[2]: *** [all] Error 1
make[2]: Leaving directory
`${HOME}/jenkins/workspace/Compile_OpenJDK/jdk-jdk7u241-b01/make'
make[1]: *** [jdk-build] Error 2
make[1]: Leaving directory
`${HOME}/jenkins/workspace/Compile_OpenJDK/jdk7u-jdk7u241-b01'
make: *** [build_product_image] Error 2
Build step 'Execute shell' marked build as failure
Finished: FAILURE

I've replaced the home directory and removed my username from the logs

I'm attaching the full build output

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20191022/cbdbcf97/attachment.html>


More information about the distro-pkg-dev mailing list