-
Notifications
You must be signed in to change notification settings - Fork 721
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
JDK16: Class#permittedSubclasses() to return Class, not ClassDesc #10977
Comments
@mikezhang1234567890 Can you please take a look at this |
From the spec: http://cr.openjdk.java.net/~iris/se/16/build/latest/diffsFrom15%2b36/java.base/java/lang/Class.html
Also note that the name of the function has changed. We will need to create tests for this and verify the behaviour with the RI. I suspect the |
Looking into it. |
Based on recent Amber list update on Sealed Classes, expect an API change for JDK16:
Still waiting on details of how to handle class loading errors, classes not yet loaded, etc.
The text was updated successfully, but these errors were encountered: