The work on that project has been impressive, and there is now an experimental EA build called LW2 where you can play with value types: https://wiki.openjdk.java.net/display/valhalla/LW2
Will this solve everything? No. The char type is hosed. But there will be an opportunity to e.g. get a new Character.
They learned from Java's terrible sins. Features include value types (you can even use them as generic params!) And no type Erasure.
Besides massive improvements the language is nearly identical to Java. Only reason I'm still in Java land is the huge ecosystem.