Hi all, bug https://bugs.openjdk.java.net/browse/JDK-8054213
This fix modifies behavior of Type.to String() to conform with JLS 13.1 paragraph 1 and also JVMS 4.2.1. For now in case of parametrized types inner type name consists of normal binary name of immediately enclosing type, followed by $ and finally followed by simple name of the member type. Patch with changes and jtreg test attached. I am looking for reviews and for sponsor to push this one. Thanks, Sergey.
