You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chen Liang
A bug in the preexisting com.sun.tools.classfile library used by jdeps 22 permitted parsing of the broken signature Lscala/collection/immutable/TreeMap$TreeMapBuilder<TA;TB;>.;, while the ClassFile API correctly identifies that the consecutive period and semicolon is an invalid pattern. This is a bug in the proguard optimizer, which produces invalid signatures.
The text was updated successfully, but these errors were encountered:
https://bugs.openjdk.org/browse/JDK-8341608
The text was updated successfully, but these errors were encountered: