-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.2.2
-
generic
-
generic
The JVMDI spec states that primitive class signatures match those of the corresponding primitive type. So java.lang.Integer.TYPE should have a signature of "I", but instead the signature returned by GetClassSignature is "Lint;".