-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
None
-
Affects Version/s: 1.2.2
-
Component/s: core-svc
-
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;".