-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK next compilation error: incompatible types: Class<CAP#1> cannot be converted #20428
Comments
Issue Number: 20428 |
I assume this is related to not using the latest bootjdk. We can back out the change until we are ready to move the bootjdk up. |
ibmruntimes/openj9-openjdk-jdk@0995dd6
to:
I think similar change is needed at
|
Oh ok. Are you going to fix it? |
I don't understand your comment about |
openj9/jcl/src/java.base/share/classes/java/lang/Class.java Lines 2950 to 2952 in 6fd3a8c
A quick way to unblock the build is to do a cast there |
I was hoping the solution could follow the pattern of |
No, the same problem happens whether the bootjdk is Java 21 or Java 23. |
Issue Number: 20428 |
https://openj9-jenkins.osuosl.org/job/Build_JDKnext_aarch64_linux_OpenJDK/665/consoleFull
This is due to openjdk change ibmruntimes/openj9-openjdk-jdk@0995dd6
The text was updated successfully, but these errors were encountered: