|
|
|
|
|
by papercrane
3532 days ago
|
|
I'm pretty excited about that one, it's JEP-286, http://openjdk.java.net/jeps/286. Valhalla is pretty big. Goetz described it as pulling on a very long string. It's going to touch everything in the JVM, including reifing generics, although as I understand it, erasure of Objects may be here to stay for the language. |
|
What's broken in the JVM isn't erased generics but instead runtime reflection that is a lie due to erasure. Type erasure though is definitely an example of Java getting something very right for the wrong reasons.