Are you thinking of Java 11's Dynamic Class-File Constants or Java 12's JVM Constants API?
> nested class changes
What nested class changes?
> Of the complete Java standard library for that matter.
What is missing other than the few new additions (like Flow) in recent versions?
Or are you mistakenly considering javax.* part of the Java standard library? Because it's not, which Java 9 reinforced as part of Project Jigsaw.
https://openjdk.java.net/jeps/181~
> What is missing other than the few new additions (like Flow) in recent versions?
A big chunck of what is listed here.
https://docs.oracle.com/en/java/javase/11/docs/api/index.htm...
https://docs.oracle.com/en/java/javase/11/docs/specs/jni/ind... (Android supports up to Java 6 JNI)
Are you thinking of Java 11's Dynamic Class-File Constants or Java 12's JVM Constants API?
> nested class changes
What nested class changes?
> Of the complete Java standard library for that matter.
What is missing other than the few new additions (like Flow) in recent versions?
Or are you mistakenly considering javax.* part of the Java standard library? Because it's not, which Java 9 reinforced as part of Project Jigsaw.