4 ms·
Android supports Java 7 since October 2013.
by bookwormAT 11y ago
Android supports Java 7 since October 2013.
- needusername 11y agoReally? The last time I checked invokedynamic, java.lang.invoke, java.nio.file.* and many more were still missing.
- chii 11y agoIt supports java 7 syntax. Invoke dynamic you mentioned is a jvm feature, which dalvic isn't one. I think the lack of nio is an annoyance that can be fixed tho.
- needusername 11y ago> It supports java 7 syntax. Invoke dynamic you mentioned is a jvm feature, which dalvic isn't one. invokedynamic is a bytecode. Not supporting it means Dalvik / ART can't accept valid bytecode. > I think the lack of nio is an annoyance that can be fixed tho. Apparently not. A quick check also suggests that ClassLoader#registerAsParallelCapable is missing.
- deleted 11y ago[deleted]