|
|
|
|
|
by Deinumite
3318 days ago
|
|
Java advancement is separate from JVM advancement. Quite a few things (the invokedynamic bytecode for example) were added to the JVM that aren't even used in Java. In fact Oracle has done more recently than Sun did in regards to hosting other programming languages on the JVM (see: https://github.com/graalvm/truffleruby). |
|